]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-suid
r330: * Make all examples rules files executable.
[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