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

20 lines
342 B
Text

# arg 1: the new package version
post_install() {
echo "cdargs: helper scripts are in /usr/share/cdargs/"
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
echo "cdargs: helper scripts are in /usr/share/cdargs/"
}
# arg 1: the old package version
pre_remove() {
/bin/true
}
op=$1
shift
$op $*