deepin-community-live-cd/cd-tools/pardus-boot-repair/DEBIAN/postrm

8 lines
214 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_icons/13.3.3~bpo10+1
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/pardus-boot-repair.svg
fi
# End automatically added section