File: prerm

package info (click to toggle)
crossfire-client 1.2.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,880 kB
  • ctags: 2,012
  • sloc: ansic: 21,003; sh: 2,703; makefile: 540; perl: 48
file content (16 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ] ; then
        if [ -L /usr/doc/crossfire-client ]; then
		rm -f /usr/doc/crossfire-client
	fi
        if [ -L /usr/doc/crossfire-client ]; then
		rm -f /usr/doc/crossfire-client-x11
	fi
        if [ -L /usr/doc/crossfire-client ]; then
		rm -f /usr/doc/crossfire-client-gtk
	fi
fi

##DEBHELPER##