diff options
Diffstat (limited to 'libre/audex/audex.install')
-rw-r--r-- | libre/audex/audex.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/audex/audex.install b/libre/audex/audex.install new file mode 100644 index 000000000..81ce5c4b0 --- /dev/null +++ b/libre/audex/audex.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |