desktop/mp3diags/mp3diags.install
Fabien Valthier 1a52856af0 add mp3diags
2011-03-29 11:19:49 +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
}