summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postrm
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-02-23 21:31:13 -0500
committerSteve Zesch <[email protected]>2012-02-23 21:31:13 -0500
commit22feb13f2d163436ab2c3af1b30823ddee6e43b5 (patch)
tree9eb98d83a313f91234cd20773a20fad9905c1954 /distro/ubuntu/postrm
parent838bbdba9b2581489b2e6b9b6265098dde1e312f (diff)
downloadmate-session-manager-22feb13f2d163436ab2c3af1b30823ddee6e43b5.tar.bz2
mate-session-manager-22feb13f2d163436ab2c3af1b30823ddee6e43b5.tar.xz
Preparing for 1.2 releasemate-session-manager-1.2.0
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 d90718b..0000000
--- a/distro/ubuntu/postrm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-pkgname=mate-session-manager
-
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-exit 0