summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-suid
blob: 1294d313a63dfa4d695d50264eaf3d301decc980 (plain)
1
2
3
4
5
6
if [ -e /etc/suid.conf -a -x /usr/sbin/suidregister ]; then
        suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
else
        chown #OWNER#.#GROUP# /#FILE#
        chmod #PERMS# /#FILE#
fi