summarylogtreecommitdiffstats
path: root/fvwm-xdg-menu.install
diff options
context:
space:
mode:
Diffstat (limited to 'fvwm-xdg-menu.install')
-rw-r--r--fvwm-xdg-menu.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/fvwm-xdg-menu.install b/fvwm-xdg-menu.install
deleted file mode 100644
index b71c437554b1..000000000000
--- a/fvwm-xdg-menu.install
+++ /dev/null
@@ -1,13 +0,0 @@
-update_icon_cache() {
- gtk-update-icon-cache usr/share/icons/hicolor
- gtk-update-icon-cache usr/share/icons/FVWM_Xdg
-}
-post_install() {
- update_icon_cache
-}
-post_upgrade() {
- update_icon_cache
-}
-post_remove() {
- update_icon_cache
-}