summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/ubuntu/postrm')
-rwxr-xr-xdistro/ubuntu/postrm7
1 files changed, 0 insertions, 7 deletions
diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm
deleted file mode 100755
index 09b0c596..00000000
--- a/distro/ubuntu/postrm
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-pkgname=mate-text-editor
-
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-exit 0