File: cpml-ev6.prerm

package info (click to toggle)
cpml 5.1.0-6
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 72 kB
  • ctags: 3
  • sloc: sh: 364; makefile: 41; ansic: 15
file content (16 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh -e

#DEBHELPER#

if [ "$1" = "remove" ]; then

	. /usr/share/debconf/confmodule || exit
	db_version 2.0
	db_fset cpml-ev6/intro rpmok false
fi


if [ "$1" != "upgrade" ]; then
	# Clean up files installed in the postinst.
	rm -rf /usr/lib/compaq/cpml-* /usr/share/doc/cpml-ev6/R*
fi