File: postrm

package info (click to toggle)
xringd 1.20-15
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 109
  • sloc: ansic: 866; makefile: 67; sh: 64
file content (10 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

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

#DEBHELPER#