File: prerm

package info (click to toggle)
authbind 2.1.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: ansic: 489; makefile: 120; sh: 14
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