File: prerm

package info (click to toggle)
xfaces 3.3-28
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 956 kB
  • ctags: 1,412
  • sloc: ansic: 7,487; makefile: 942; sh: 5
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