Files
xed/distro/ubuntu/postrm
Perberos 528c1e5ff5 initial
2011-11-07 16:46:58 -03:00

8 lines
104 B
Bash
Executable File

#!/bin/sh -e
pkgname=mate-text-editor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
exit 0