summarylogtreecommitdiffstats
path: root/gimp-plugin-registry.install
diff options
context:
space:
mode:
authorPaulo Fino2016-03-08 00:36:37 +0000
committerPaulo Fino2016-03-08 00:36:37 +0000
commita4d3872cc75064ede08f802c107ed7e1c8398b96 (patch)
treeb76713e9e500a1490cc3b1a0acc82247709b5920 /gimp-plugin-registry.install
downloadaur-a4d3872cc75064ede08f802c107ed7e1c8398b96.tar.gz
First attempt at reviving this in AUR
Diffstat (limited to 'gimp-plugin-registry.install')
-rw-r--r--gimp-plugin-registry.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/gimp-plugin-registry.install b/gimp-plugin-registry.install
new file mode 100644
index 000000000000..34b5862c518e
--- /dev/null
+++ b/gimp-plugin-registry.install
@@ -0,0 +1,15 @@
+#! /bin/bash
+
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+