File: suid.postinst

package info (click to toggle)
debmake 3.6.4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 324 kB
  • ctags: 16
  • sloc: sh: 785; makefile: 147
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Permission processing inserted by debstd
if [ -x /usr/sbin/suidregister ]; then
	suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
else
	chown #OWNER#.#GROUP# /#FILE#
	chmod #PERMS# /#FILE#
fi