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/postrm | |
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/postrm')
-rwxr-xr-x | distro/ubuntu/postrm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm deleted file mode 100755 index 2b7bfec..0000000 --- a/distro/ubuntu/postrm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e - -pkgname=mate-notification-daemon - -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 |