From 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 16:46:58 -0300 Subject: initial --- distro/ubuntu/postrm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 distro/ubuntu/postrm (limited to 'distro/ubuntu/postrm') diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm new file mode 100755 index 00000000..09b0c596 --- /dev/null +++ b/distro/ubuntu/postrm @@ -0,0 +1,7 @@ +#!/bin/sh -e + +pkgname=mate-text-editor + +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +exit 0 -- cgit v1.2.1