-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/lib/dpkg/info/
File Upload :
Current File : //var/lib/dpkg/info/hicolor-icon-theme.postinst

#! /bin/sh
set -e

UPDATE_CACHE=
if [ -x /usr/bin/gtk-update-icon-cache-3.0 ]; then
    UPDATE_CACHE=gtk-update-icon-cache-3.0
elif [ -x /usr/bin/gtk-update-icon-cache ]; then
    UPDATE_CACHE=gtk-update-icon-cache
fi

if [ -n "$UPDATE_CACHE" ]; then
    if ! "$UPDATE_CACHE" --force --quiet /usr/share/icons/hicolor; then
        echo "WARNING: icon cache generation failed"
    fi
fi

if [ "$1" = "triggered" ]; then
    exit 0
fi



Copyright © 2017 || Recoded By Mr.Bumblebee