PKGBUILDs/community/dkfilter/dkfilter.install

30 lines
308 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 $*