diff options
Diffstat (limited to 'community/amaya/amaya.install')
-rw-r--r-- | community/amaya/amaya.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/amaya/amaya.install b/community/amaya/amaya.install new file mode 100644 index 000000000..a3b887285 --- /dev/null +++ b/community/amaya/amaya.install @@ -0,0 +1,14 @@ +post_install() { + xdg-desktop-menu forceupdate &> /dev/null || : + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || : +} + +post_upgrade() { + xdg-desktop-menu forceupdate &> /dev/null || : + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || : +} + +post_remove() { + xdg-desktop-menu forceupdate &> /dev/null || : + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || : +} |