desktop/xbmc/xbmc.install
2013-05-06 08:26:16 +00:00

13 lines
150 B
Plaintext

post_install() {
/usr/bin/update-desktop-database -q usr/share/applications
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}