Viewing File: /var/lib/dpkg/info/hicolor-icon-theme.prerm

#! /bin/sh
set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
  rm -f /usr/share/icons/hicolor/icon-theme.cache
fi


Back to Directory File Manager