pkgbuild/scidavis/scidavis.install
2013-09-11 01:27:20 +04:00

11 lines
162 B
Plaintext

post_install() {
update-desktop-database -q
update-mime-database /usr/share/mime/ > /dev/null
}
post_remove() {
post_install $1
}
# vim:set ts=2 sw=2 et: