File: bsdutils.postrm

package info (click to toggle)
util-linux 2.10f-5.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,828 kB
  • ctags: 4,184
  • sloc: ansic: 39,219; makefile: 898; sh: 685; perl: 65; csh: 62; sed: 55; cs: 27
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
#!/bin/sh -e

if [ -x /usr/sbin/suidunregister ]; then
        suidunregister -s bsdutils /usr/bin/wall
fi