summaryrefslogtreecommitdiff
path: root/distro/ubuntu/preinst
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-02-28 23:39:15 +0100
committerStefano Karapetsas <[email protected]>2012-02-28 23:39:15 +0100
commit53df40e0f61c25e078a76fc1a10e92597ce037cb (patch)
treef362ba7e217aef4dbc955774c95926fd95f366ef /distro/ubuntu/preinst
parent2dfe3164d9f195b50e066def8e2a4782b5910c10 (diff)
downloadmate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.bz2
mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.xz
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-xdistro/ubuntu/preinst7
1 files changed, 0 insertions, 7 deletions
diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst
deleted file mode 100755
index 818847c..0000000
--- a/distro/ubuntu/preinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-pkgname=mate-settings-daemon
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi