diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-28 23:39:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-28 23:39:15 +0100 |
commit | 53df40e0f61c25e078a76fc1a10e92597ce037cb (patch) | |
tree | f362ba7e217aef4dbc955774c95926fd95f366ef /distro/ubuntu/preinst | |
parent | 2dfe3164d9f195b50e066def8e2a4782b5910c10 (diff) | |
download | mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.bz2 mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.xz |
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-x | distro/ubuntu/preinst | 7 |
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 |