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
|
||||
|
||||
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#
|
||||
|
|
Loading…
Add table
Reference in a new issue