xed/distro/ubuntu/postrm

8 lines
104 B
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
#!/bin/sh -e
pkgname=mate-text-editor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
exit 0