summarylogtreecommitdiffstats
path: root/menulibre.install
diff options
context:
space:
mode:
authorEvan Anderson2015-07-30 15:17:05 -0400
committerEvan Anderson2015-07-30 15:17:05 -0400
commit66dc78447c303f219c316e957e4edb0b9d674031 (patch)
treef5a180641b5d6192bde08c0bdcdadb98b0f21c72 /menulibre.install
downloadaur-66dc78447c303f219c316e957e4edb0b9d674031.tar.gz
Initial import
Update to 2.0.6 Signed-off-by: Evan Anderson <evananderson@thelinuxman.us>
Diffstat (limited to 'menulibre.install')
-rw-r--r--menulibre.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/menulibre.install b/menulibre.install
new file mode 100644
index 000000000000..38e5e38a5098
--- /dev/null
+++ b/menulibre.install
@@ -0,0 +1,15 @@
+post_upgrade() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ echo ""
+ echo "If the program crashes, try renaming your menu folder:"
+ echo "mv ~/.config/menus ~/.config/menus.old"
+ echo ""
+}