1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-14 03:04:16 -04:00
gophernicus/debian/postrm
2014-01-25 11:21:40 +02:00

9 lines
96 B
Bash

#!/bin/sh
if [ "$1" = "purge" ]; then
update-inetd --remove "#<off># gopher"
fi
#DEBHELPER#