X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=debian%2Fcacert-gigi.postinst;h=519ecc489894aba810fb642782df6f78e6e4e1de;hp=d2882e4451f5ba7921668f830218b62c03c22652;hb=db24c4e8c06c5562283539c0a4b4cce086d70600;hpb=08e0b5673b6994fc692a578f1ff99ebb67ae2410 diff --git a/debian/cacert-gigi.postinst b/debian/cacert-gigi.postinst index d2882e44..519ecc48 100644 --- a/debian/cacert-gigi.postinst +++ b/debian/cacert-gigi.postinst @@ -27,6 +27,7 @@ case "$1" in else gigi fetch-locales fi + adduser --system gigi ;; abort-upgrade|abort-remove|abort-deconfigure) @@ -38,9 +39,10 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# +# The "hash DEBHELPER hash" special token is deliberately *not* included; +# gigi cannot start out of the box, +# and this package installs multiple services that cannot be used simultaneously, +# so we really don't want dh_installdeb to add code by +# dh_systemd_enable, dh_installinit and dh_systemd_start here. exit 0