File: prerm

package info (click to toggle)
xfaces 3.3-20
  • links: PTS
  • area: main
  • in suites: woody
  • size: 936 kB
  • ctags: 1,268
  • sloc: ansic: 7,472; makefile: 781; sh: 12
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

PACKAGE="xfaces"

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