File: postrm

package info (click to toggle)
im 1%3A100-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,028 kB
  • ctags: 305
  • sloc: perl: 7,272; sh: 1,719; makefile: 111
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh

if [ -u /usr/bin/imget ]; then
  if [ -e /etc/suid.conf -a -x /usr/sbin/suidunregister ]; then
        suidunregister -s im /usr/bin/imget
  fi
fi

#DEBHELPER#