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/preinst | |
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/preinst')
-rwxr-xr-x | distro/ubuntu/preinst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst deleted file mode 100755 index 429b988..0000000 --- a/distro/ubuntu/preinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -pkgname=mate-notification-daemon - -if [ -f /usr/sbin/mateconfpkg ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - |