summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-icons
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-icons')
-rw-r--r--autoscripts/postrm-icons3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postrm-icons b/autoscripts/postrm-icons
new file mode 100644
index 00000000..9e00f039
--- /dev/null
+++ b/autoscripts/postrm-icons
@@ -0,0 +1,3 @@
+if which update-icon-caches >/dev/null 2>&1 ; then
+ update-icon-caches #DIRLIST#
+fi