summaryrefslogtreecommitdiff
path: root/distro/ubuntu/postinst
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-07-12 14:57:02 -0400
committerSteve Zesch <[email protected]>2012-07-12 14:57:02 -0400
commitfed1c689d7c39999cc3a302e36ac2ee217f38492 (patch)
treef1d908ea7fcf01af8852ab4d07e4f57f3b93c0f9 /distro/ubuntu/postinst
parent501849698af0e384d17cd8a550b2315912ba55e3 (diff)
downloadpluma-fed1c689d7c39999cc3a302e36ac2ee217f38492.tar.bz2
pluma-fed1c689d7c39999cc3a302e36ac2ee217f38492.tar.xz
Preparing for 1.4 release.mate-text-editor-1.4.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 d67f0dec..00000000
--- a/distro/ubuntu/postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-pkgname=mate-text-editor
-
-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