File: postrm

package info (click to toggle)
koth 0.8.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,188 kB
  • ctags: 1,023
  • sloc: ansic: 12,157; sh: 2,873; makefile: 178
file content (7 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	rmdir --ignore-fail-on-non-empty /etc/koth || /bin/true
fi