summaryrefslogtreecommitdiff
path: root/distro/ubuntu/preinst
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-07-05 14:29:27 -0400
committerSteve Zesch <[email protected]>2012-07-05 14:29:27 -0400
commit90229ab4ea11be5c7c8220f89455b702700ffa7a (patch)
tree61eac409878a28f904dc292523e66e303299aa85 /distro/ubuntu/preinst
parent306d7aca16e3ec6498414be1d289bb9e708a6259 (diff)
downloadmate-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-xdistro/ubuntu/preinst8
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
-