]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-suid
1294d313a63dfa4d695d50264eaf3d301decc980
[debhelper.git] / autoscripts / postinst-suid
1 if [ -e /etc/suid.conf -a -x /usr/sbin/suidregister ]; then
2         suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
3 else
4         chown #OWNER#.#GROUP# /#FILE#
5         chmod #PERMS# /#FILE#
6 fi