1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-01 04:14:15 -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#