desktop/mp3diags/mp3diags.install
Fabien Valthier 95f6ea12b1 add mp3diags
2011-03-29 11:22:22 +00:00

12 lines
149 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}