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