Trying to fix the dpkg warning 2nd attempt

This commit is contained in:
Kay0u 2022-03-08 19:49:16 +01:00
parent 58b11e8198
commit 33bf3b2a3a
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

4
debian/preinst vendored
View file

@ -2,8 +2,8 @@
set -e
if [ -e /etc/bash_completion.d/yunohost ] && [ ! -d /etc/bash_completion.d/yunohost ]; then
rm /etc/bash_completion.d/yunohost
if [ -d /etc/bash_completion.d/yunohost ]; then
rm -fr /etc/bash_completion.d/yunohost
fi
#DEBHELPER#