summarylogtreecommitdiffstats
path: root/patchage.install
diff options
context:
space:
mode:
authorRay Rashif2010-03-14 08:52:49 +0000
committerRay Rashif2010-03-14 08:52:49 +0000
commit847c45273e1f4f5883c66ad9a4e5dc9a2836e479 (patch)
tree58c7329f81e8952dee78953e9d3b034a88e87dd1 /patchage.install
downloadaur-847c45273e1f4f5883c66ad9a4e5dc9a2836e479.tar.gz
Removed mmpython, added patchage and deps (flowcanvas, raul)
Diffstat (limited to 'patchage.install')
-rw-r--r--patchage.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/patchage.install b/patchage.install
new file mode 100644
index 000000000000..7aaea81544aa
--- /dev/null
+++ b/patchage.install
@@ -0,0 +1,9 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+# vim:set ts=2 sw=2 et: