diff options
Diffstat (limited to 'demos/mobile/quickhit/plugins/LevelTemplate/debian/postinst')
-rw-r--r-- | demos/mobile/quickhit/plugins/LevelTemplate/debian/postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/mobile/quickhit/plugins/LevelTemplate/debian/postinst b/demos/mobile/quickhit/plugins/LevelTemplate/debian/postinst new file mode 100644 index 0000000..79fb6dd --- /dev/null +++ b/demos/mobile/quickhit/plugins/LevelTemplate/debian/postinst @@ -0,0 +1,5 @@ +#!/bin/sh -e + +gtk-update-icon-cache -f /usr/share/icons/hicolor + +exit 0 |