ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/adwaita-icon-theme.postrm

8 lines
198 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_icons/13.3.4ubuntu2
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/Adwaita
fi
# End automatically added section