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