diff options
Diffstat (limited to 'autoscripts/postrm-icons')
-rw-r--r-- | autoscripts/postrm-icons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postrm-icons b/autoscripts/postrm-icons new file mode 100644 index 0000000..9e00f03 --- /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 |