File: prerm

package info (click to toggle)
rbootd 3.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: ansic: 1,654; sh: 98; makefile: 51
file content (11 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# pre remove script for Debian GNU/Linux rbootd package

set -e

#DEBHELPER#

## Remove the local files dir if emtpy -- leave alone o/w
test ! -d /usr/local/lib/rbootd || rmdir /usr/local/lib/rbootd || true