summarylogtreecommitdiffstats
path: root/aarddict.install
diff options
context:
space:
mode:
Diffstat (limited to 'aarddict.install')
-rw-r--r--aarddict.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/aarddict.install b/aarddict.install
new file mode 100644
index 000000000000..c96c8b007894
--- /dev/null
+++ b/aarddict.install
@@ -0,0 +1,6 @@
+post_install() {
+ gtk-update-icon-cache
+}
+post_remove() {
+ gtk-update-icon-cache
+}