diff --git a/deb/pre-post-build.sh b/deb/pre-post-build.sh index 6589c65..27767fd 100644 --- a/deb/pre-post-build.sh +++ b/deb/pre-post-build.sh @@ -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