Revert the attempt to fix the dpkg warning because I have no idea how to do it

This commit is contained in:
Kay0u 2022-03-29 14:12:51 +02:00
parent 3ba8846807
commit 7a5d6d67e6
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

11
debian/preinst vendored
View file

@ -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