blob: 9f07f5769a61454161496484ca3ae9ee1a030473 (
plain)
1
2
3
4
5
6
7
8
9
|
# Installation location of SABnzbd
SABNZBD_DIR="/opt/sabnzbd" # should not be changed
## arg 1: the old package version
post_remove() {
echo "==> There may be some files left in ${SABNZBD_DIR}."
}
# vim:set ts=2 sw=2 et:
|