File: prerm

package info (click to toggle)
xconvers 0.8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,164 kB
  • ctags: 930
  • sloc: ansic: 6,018; sh: 3,502; makefile: 319; yacc: 318
file content (4 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/xconvers ]; then
  rm -f /usr/doc/xconvers
fi