mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Revert the attempt to fix the dpkg warning because I have no idea how to do it
This commit is contained in:
parent
3ba8846807
commit
7a5d6d67e6
1 changed files with 0 additions and 11 deletions
11
debian/preinst
vendored
11
debian/preinst
vendored
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ -d /etc/bash_completion.d/yunohost ]; then
|
|
||||||
rm -fr /etc/bash_completion.d/yunohost
|
|
||||||
fi
|
|
||||||
|
|
||||||
#DEBHELPER#
|
|
||||||
|
|
||||||
exit 0
|
|
Loading…
Add table
Reference in a new issue