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

12 lines
140 B
Plaintext
Raw Normal View History

2012-03-22 03:25:08 +00:00
post_install() {
2012-07-09 21:07:40 +00:00
update-desktop-database -q
2012-03-22 03:25:08 +00:00
}
post_upgrade() {
2012-07-09 21:07:40 +00:00
post_install
2012-03-22 03:25:08 +00:00
}
post_remove() {
2012-07-09 21:07:40 +00:00
post_install
2012-03-22 03:25:08 +00:00
}
2012-07-09 21:07:40 +00:00
# vim:set ts=2 sw=2 et: