blob: aa2eed0e5c1b9c7f255164137606f7a0be983c27 (
plain)
1
2
3
4
5
|
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches #DIRLIST#
fi
fi
|