PKGBUILDs/extra/gtkpod/gtkpod.install
2009-10-09 21:23:22 -05:00

17 lines
252 B
Text

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 $*