summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postrm
blob: a632bd1f0bd83fcf3cde4a8cb1b8dccfcd491048 (plain)
1
2
3
4
5
6
#!/bin/sh
set -e

gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

exit 0