mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04:00
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ "$1" = "purge" ]; then
|
||
|
update-inetd --remove "#<off># gopher"
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|