File: calife.postrm

package info (click to toggle)
calife 3.0pre9-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 572 kB
  • ctags: 101
  • sloc: sh: 2,747; ansic: 1,147; makefile: 69
file content (18 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh
# postrm script for calife
#
# see: dh_installdeb(1)

set -e

if [ "$1" = "purge" ]
then
    # Try to remove the config file
    rm /etc/calife.auth 2>/dev/null || true
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#