File: suid.postrm

package info (click to toggle)
debmake 3.5.11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 408 kB
  • ctags: 22
  • sloc: sh: 763; makefile: 217
file content (4 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
# Permission processing inserted by debmake on #DATE#
if [ -x /usr/sbin/suidunregister ]; then
	suidunregister -s #PACKAGE# /#FILE#
fi