PKGBUILDs/aur/flexget/flexget.install

23 lines
562 B
Plaintext
Raw Normal View History

2011-03-22 04:29:33 +00:00
# arg 1: the new package version
post_install() {
echo "You need to place your config.yml in /opt/flexget/ see dir for examples."
echo "Configuration details can be found at http://flexget.com/wiki/Configuration."
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
echo "You need to place your config.yml in /opt/flexget/ see dir for examples."
echo "Configuration details can be found at http://flexget.com/wiki/Configuration."
}
# arg 1: the old package version
pre_remove() {
/bin/true
}
op=$1
shift
$op $*