Current File : //proc/thread-self/root/var/lib/dpkg/info/adwaita-icon-theme.postrm
#!/bin/sh
set -e
# Automatically added by dh_icons/11.1.6ubuntu1
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/Adwaita
fi
# End automatically added section