„deb/pre-post-build.sh“ ändern

This commit is contained in:
BlubbFish 2021-08-17 00:38:22 +02:00
parent 3cfa776496
commit 5c4a95befe

View File

@ -29,7 +29,7 @@ echo " usermod -G ${NAME}bot,adm ${NAME}bot"
echo " fi" >> postinst
echo "" >> postinst
for conffile in $CONFIGREPLACEASK ; do
echo " ucf --three-way /usr/share/${NAME}/etc/${conffile}.dpkg-new /etc/${NAME}/${conffile}" >> postinst
echo " ucf --three-way /usr/share/${NAME}/etc/${conffile} /etc/${NAME}/${conffile}" >> postinst
done
echo "" >> postinst