PKGBUILDs/mkvtoolnix/git/mkvtoolnix.install

16 lines
282 B
Plaintext
Raw Normal View History

2015-08-17 20:26:02 +02:00
post_install() {
2015-12-24 16:50:30 +01:00
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
2015-08-17 20:26:02 +02:00
}
post_upgrade() {
2015-12-24 16:50:30 +01:00
post_install
2015-08-17 20:26:02 +02:00
}
pre_remove() {
2015-12-24 16:50:30 +01:00
post_install
2015-08-17 20:26:02 +02:00
}