update debian standards
[clsql/s11.git] / debian / cl-sql-base.prerm
blob27e41ff743841fcc7a57414fe898cfc8deea501c
1 #!/bin/sh -e
3 case "$1" in
4 remove|upgrade|deconfigure|failed-upgrade)
5 rm -fr /usr/share/doc/cl-sql-doc/html
6 ;;
7 *)
8 echo "prerm called with unknown argument \`$1'" >&2
9 exit 0
11 esac
13 # dh_installdeb will replace this with shell code automatically
14 # generated by other debhelper scripts.
16 #DEBHELPER#
18 exit 0