1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-08-11 03:44:14 -04:00
gophernicus/debian/postrm

9 lines
96 B
Plaintext
Raw Normal View History

2014-01-25 04:21:40 -05:00
#!/bin/sh
if [ "$1" = "purge" ]; then
update-inetd --remove "#<off># gopher"
fi
#DEBHELPER#