File: sbrshd.postrm

package info (click to toggle)
sbrsh 7.6.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 368 kB
  • ctags: 491
  • sloc: ansic: 4,880; sh: 134; makefile: 79
file content (11 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

#DEBHELPER#

if [ $1 = purge ]; then
	rm -f /etc/sbrshd.conf
fi

exit 0