PKGBUILDs/community/mplayer-vaapi/mplayer-vaapi.install
2012-05-14 19:37:35 -04:00

9 lines
123 B
Text

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}