diff options
author | Steve Zesch <[email protected]> | 2012-07-05 14:29:27 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-05 14:29:27 -0400 |
commit | 90229ab4ea11be5c7c8220f89455b702700ffa7a (patch) | |
tree | 61eac409878a28f904dc292523e66e303299aa85 /distro/ubuntu/postinst | |
parent | 306d7aca16e3ec6498414be1d289bb9e708a6259 (diff) | |
download | mate-notification-daemon-90229ab4ea11be5c7c8220f89455b702700ffa7a.tar.bz2 mate-notification-daemon-90229ab4ea11be5c7c8220f89455b702700ffa7a.tar.xz |
Preparing for 1.4 release.mate-notification-daemon-1.4.0
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-x | distro/ubuntu/postinst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst deleted file mode 100755 index 96a2df9..0000000 --- a/distro/ubuntu/postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -pkgname=mate-notification-daemon - -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 |