File: postrm

package info (click to toggle)
hf 0.8-8.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,420 kB
  • ctags: 3,145
  • sloc: ansic: 26,883; cpp: 5,008; sh: 3,676; makefile: 336
file content (10 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

#DEBHELPER#

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