root/alternc-changepass/branches/r1/debian/postrm.template

Revision 1088, 233 bytes (checked in by anonymous, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/bin/sh -e
2
3 case "$1" in
4 remove)
5     ;;
6
7 upgrade)
8     ;;
9
10 purge)
11
12     ;;
13
14 failed-upgrade|abort-install|abort-upgrade|disappear)
15     ;;
16
17 *)
18     echo "postrm called with unknown argument '$1'" >&2
19     exit 1
20     ;;
21 esac
22
23 #DEBHELPER#
24
Note: See TracBrowser for help on using the browser.