summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
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/prerm
parent2dfe3164d9f195b50e066def8e2a4782b5910c10 (diff)
downloadmate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.bz2
mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.xz
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-xdistro/ubuntu/prerm11
1 files changed, 0 insertions, 11 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm
deleted file mode 100755
index 1589808..0000000
--- a/distro/ubuntu/prerm
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -e
-
-pkgname=mate-settings-daemon
-
-if [ -f /usr/sbin/mateconfpkg ]; then
- /usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-
-exit 0