PKGBUILDs/extra/gtkpod/gtkpod.install

18 lines
252 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
cat << EOF
NOTE: HAL must be running to run gtkpod,
or else it will segfault, mentioning that
LibHalContext is NULL.
:: Please make sure HAL is started before running ::
EOF
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*