ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/ubuntu-mono.postrm

8 lines
267 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_icons/13.6ubuntu1
if command -v update-icon-caches >/dev/null; then
update-icon-caches /usr/share/icons/LoginIcons /usr/share/icons/ubuntu-mono-dark /usr/share/icons/ubuntu-mono-light
fi
# End automatically added section