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..c77c52a --- /dev/null +++ b/autoscripts/postrm-icons @@ -0,0 +1,3 @@ +if command -v update-icon-caches >/dev/null; then + update-icon-caches #DIRLIST# +fi |