File: perdition.postrm

package info (click to toggle)
perdition 2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,676 kB
  • sloc: ansic: 14,560; sh: 5,274; makefile: 391
file content (12 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
# postrm script for perdition

#DEBHELPER#

set -e

if [ "$1" = "remove" ]; then
	update-rc.d -f perdition remove >/dev/null
fi

exit 0