File: postrm-suid

package info (click to toggle)
debhelper 4.0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 684 kB
  • ctags: 49
  • sloc: perl: 2,095; makefile: 218
file content (4 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
if [ "$1" = remove -a -e /etc/suid.conf ] && \
   command -v suidunregister >/dev/null 2>&1; then
        suidunregister -s #PACKAGE# /#FILE#
fi