summaryrefslogtreecommitdiff
path: root/debian/zephyr-server.postrm
blob: 0025153834d92a870e72a3fd4a8e8bc6d0a483c3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

#DEBHELPER#

exit 0