File: postrm

package info (click to toggle)
s5 1.1.dfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 960 kB
  • ctags: 69
  • sloc: sh: 349; makefile: 72
file content (11 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = 'purge' ]; then
	if [ -x '/usr/bin/ucf' ]; then
		ucf --purge /etc/s5.conf
	fi
fi

#DEBHELPER#