mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Trying to fix the dpkg warning: "/etc/bash_completion.d/yunohost is not a plain file or symlink"
This commit is contained in:
parent
93ed8efb17
commit
5e87f7d479
1 changed files with 11 additions and 0 deletions
11
debian/preinst
vendored
Normal file
11
debian/preinst
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ -e /etc/bash_completion.d/yunohost ] && [ ! -d /etc/bash_completion.d/yunohost ]; then
|
||||
rm /etc/bash_completion.d/yunohost
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
Loading…
Add table
Reference in a new issue