File: prerm

package info (click to toggle)
ftpwatch 1.17
  • links: PTS
  • area: main
  • in suites: woody
  • size: 92 kB
  • ctags: 5
  • sloc: perl: 212; makefile: 46; sh: 19
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

PACKAGE="ftpwatch"

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