PKGBUILDs/mkvtoolnix/git/mkvtoolnix.install

16 lines
290 B
Plaintext
Raw Normal View History

2015-08-17 20:26:02 +02:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
if [ -f usr/bin/update-mime-database ]; then
update-mime-database usr/share/mime &> /dev/null
fi
update-desktop-database -q
}
post_upgrade() {
post_install
}
pre_remove() {
post_install
}