File: prerm

package info (click to toggle)
dog 1.7-3.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 152 kB
  • ctags: 204
  • sloc: ansic: 2,103; makefile: 55; sh: 11
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

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

exit 0