File: noflushd.postrm

package info (click to toggle)
noflushd 2.7.5-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 792 kB
  • ctags: 302
  • sloc: ansic: 2,537; sh: 1,142; makefile: 85
file content (12 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

CONFFILE=/etc/default/noflushd

if test "$1" = "purge"; then
	rm -f "$CONFFILE"
fi

##DEBHELPER##