1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2025-02-02 15:08:00 -05:00

9 lines
96 B
Plaintext
Raw Normal View History

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