File: zephyr-server-krb5.postrm

package info (click to toggle)
zephyr 3.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,744 kB
  • ctags: 2,626
  • sloc: ansic: 41,183; sh: 8,927; makefile: 849; python: 416; yacc: 250; lisp: 127
file content (9 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if test "$1" = purge; then
	rm -f /etc/zephyr/server.list
fi

#DEBHELPER#

exit 0