summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-04-20 21:29:12 -0400
committerSteve Zesch <[email protected]>2012-04-20 21:29:12 -0400
commit8939ec49c5218f4aaf2d49c7dd80954817f1bbb9 (patch)
treec4a49d44e85468d892675e9e2c4a8fe18acf534f /distro/ubuntu/postinst
parent734859edfa29328f33675901c455c15d03bc0052 (diff)
downloadmate-applets-8939ec49c5218f4aaf2d49c7dd80954817f1bbb9.tar.bz2
mate-applets-8939ec49c5218f4aaf2d49c7dd80954817f1bbb9.tar.xz
Preparing for 1.2.1 release.mate-applets-1.2.1
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-xdistro/ubuntu/postinst8
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst
deleted file mode 100755
index 37ae8574..00000000
--- a/distro/ubuntu/postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-pkgname=mate-applets
-
-/usr/sbin/mateconfpkg --install ${pkgname}
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-exit 0