sabnzbd: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-16 09:34:36 +02:00
parent f052b8beae
commit f62f6fec9d
2 changed files with 1 additions and 8 deletions

View file

@ -1,13 +1,9 @@
case "${ACTION}" in
post)
cat <<_EOF
=======================================================================
Some optional packages must be installed for additional functionality:
- unrar: for automatic extraction of rar archives
By default, SABnzbd will listen on 127.0.0.1:8080 - This can be
changed with the -s option. See 'sabnzbd --help' for more information
on configuration directives.
@ -16,6 +12,3 @@ All SABnzbd settings are stored in \$HOME/.sabnzbd. Editing global
configuration files should not be necessary.
=======================================================================
_EOF
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'sabnzbd'
pkgname=sabnzbd
version=0.7.18
revision=1
revision=2
wrksrc="SABnzbd-${version}"
depends="par2cmdline python-cheetah python-configobj python-feedparser python-gntp python-openssl python-yenc unzip"
maintainer="Dominik Honnef <dominik@honnef.co>"