This commit is contained in:
Alexandre Aubin 2021-10-20 20:01:45 +02:00
parent 86a9cb37ce
commit d82f14a4f9

View file

@ -63,7 +63,7 @@ do_init_regen() {
# see https://wiki.debian.org/Derivatives/Guidelines#Vendor # see https://wiki.debian.org/Derivatives/Guidelines#Vendor
if readlink -f /etc/dpkg/origins/default | grep -q debian; if readlink -f /etc/dpkg/origins/default | grep -q debian;
then then
rm -f /etc/dpkg/origins/default \ rm -f /etc/dpkg/origins/default
ln -s /etc/dpkg/origins/yunohost /etc/dpkg/origins/default ln -s /etc/dpkg/origins/yunohost /etc/dpkg/origins/default
fi fi
} }