mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Trying to fix the dpkg warning 2nd attempt
This commit is contained in:
parent
58b11e8198
commit
33bf3b2a3a
1 changed files with 2 additions and 2 deletions
4
debian/preinst
vendored
4
debian/preinst
vendored
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ -e /etc/bash_completion.d/yunohost ] && [ ! -d /etc/bash_completion.d/yunohost ]; then
|
if [ -d /etc/bash_completion.d/yunohost ]; then
|
||||||
rm /etc/bash_completion.d/yunohost
|
rm -fr /etc/bash_completion.d/yunohost
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
Loading…
Add table
Reference in a new issue