File: postrm

package info (click to toggle)
rbootd 3.0
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: ansic: 1,654; sh: 119; makefile: 105
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