PKGBUILDs/community/mplayer-vaapi/mplayer-vaapi.install

10 lines
129 B
Plaintext
Raw Normal View History

2012-03-22 03:25:08 +00:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}