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

pkgname=mate-text-editor

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

exit 0