Package: gnome-icon-theme-gartoon
Severity: wishlist

Please use this postinst :

#! /bin/sh
set -e

#DEBHELPER#

if [ -x /usr/bin/gtk-update-icon-cache ]; then
    gtk-update-icon-cache /usr/share/icons/gartoon
fi

and this prerm :

#! /bin/sh
set -e

#DEBHELPER#

rm -f /usr/share/icons/gartoon/icon-theme.cache


Using gtk-update-icon-cache brings a serious performance boost for 
application loading icons.

Thanks,
-- 
Josselin Mouette


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to