PKGBUILDs/community/dkfilter/dkfilter.install
2009-10-09 21:15:33 -05:00

29 lines
308 B
Text

pre_install() {
/bin/true
}
post_install() {
echo "-- You should add dkfilter user and group"
/bin/true
}
pre_upgrade() {
/bin/true
}
post_upgrade() {
/bin/true
}
pre_remove() {
/bin/true
}
post_remove() {
echo "-- You may remove dkfilter user and group"
/bin/true
}
op=$1
shift
$op $*