PKGBUILDs/extra/dvdrip/dvdrip.install

25 lines
316 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
# this is the scrollkeeper handling sample file
post_install() {
echo "update desktop mime database..."
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
pre_remove() {
/bin/true
}
post_remove() {
echo "update desktop mime database..."
update-desktop-database -q
}
op=$1
shift
$op $*