1 2 3 4 5 6 7 8 9 | #!/bin/sh set -e # Automatically added by dh_makeshlibs #if [ "$1" = "remove" ]; then # ldconfig # gtk-update-icon-cache --force --ignore-theme-index "/usr/share/icons/hicolor" # glib-compile-schemas "/usr/share/glib-2.0/schemas" #fi # End automatically added section |