File: postrm

package info (click to toggle)
rbootd 2.0-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 196 kB
  • ctags: 237
  • sloc: ansic: 1,634; sh: 70; makefile: 63
file content (10 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# post removal script for the Debian GNU/Linux rbootd package

set -e

if [ $1 = "purge" ]
then
  update-rc.d rbootd remove >/dev/null
fi