-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/share/debhelper/autoscripts/
File Upload :
Current File : //usr/share/debhelper/autoscripts/postinst-suid

if [ "$1" = "configure" ]; then
	if which suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
	        suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
	elif [ -e /#FILE# ]; then
	        chown #OWNER#:#GROUP# /#FILE#
	        chmod #PERMS# /#FILE#
	fi
fi

Copyright © 2017 || Recoded By Mr.Bumblebee