File: postinst-suid

package info (click to toggle)
debhelper 0.79hamm1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 332 kB
  • ctags: 6
  • sloc: sh: 578; makefile: 156; perl: 111
file content (6 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
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