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