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

18 lines
370 B
Text

post_install() {
scrollkeeper-update -q -p var/lib/scrollkeeper
update-mime-database usr/share/mime > /dev/null
echo "==> If you want to activate simulation, install ngspice or gnucap."
}
post_upgrade() {
post_install $1
}
post_remove() {
scrollkeeper-update -q -p var/lib/scrollkeeper
update-mime-database usr/share/mime > /dev/null
}
op=$1
shift
$op $*