summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
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/postinst
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/postinst')
-rwxr-xr-xdistro/ubuntu/postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst
deleted file mode 100755
index fe9acfc..0000000
--- a/distro/ubuntu/postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-pkgname=mate-session-manager
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --install ${pkgname}
-fi
-
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-exit 0