File: postinst

package info (click to toggle)
kon2 0.3.9b-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 624 kB
  • ctags: 809
  • sloc: ansic: 6,919; makefile: 222; sh: 190
file content (10 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ -e /etc/suid.conf -a -x /usr/sbin/suidregister ]; then
        suidregister -s kon2 /usr/bin/kon root root 4755
else
        chown root.root /usr/bin/kon
        chmod 4755 /usr/bin/kon
fi

#DEBHELPER#