File: prerm

package info (click to toggle)
authbind 1.1.5.2-0.1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 92 kB
  • ctags: 69
  • sloc: ansic: 296; makefile: 110; sh: 15
file content (7 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/bin/sh

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/authbind ];
then
  rm -f /usr/doc/authbind
fi