File: cipe-source.prerm

package info (click to toggle)
cipe 1.5.4free-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 908 kB
  • ctags: 730
  • sloc: ansic: 5,976; sh: 358; makefile: 315; asm: 200; perl: 45
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

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