summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postrm
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-04-05 23:59:55 -0400
committerSteve Zesch <[email protected]>2012-04-05 23:59:55 -0400
commita81924a5c8be2aeb8c4052af824370f2a53f0d16 (patch)
tree470144bf8aefc484e3980d615a841c225c71fe21 /distro/ubuntu/postrm
parent1626a9586172146c8356075837a07c475560ccd3 (diff)
downloadmate-terminal-a81924a5c8be2aeb8c4052af824370f2a53f0d16.tar.bz2
mate-terminal-a81924a5c8be2aeb8c4052af824370f2a53f0d16.tar.xz
Removed ubuntu/ folder.
Diffstat (limited to 'distro/ubuntu/postrm')
-rwxr-xr-xdistro/ubuntu/postrm8
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm
deleted file mode 100755
index 4712d16..0000000
--- a/distro/ubuntu/postrm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-pkgname=mate-terminal
-
-#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-exit 0