File: prerm

package info (click to toggle)
untex 9210-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 48 kB
  • ctags: 31
  • sloc: ansic: 310; makefile: 54; sh: 8
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh

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