diff options
author | Steve Zesch <[email protected]> | 2012-04-06 17:12:40 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-04-06 17:12:40 -0400 |
commit | 6dd713def558f0e4ca86a4ddd9cf1d300634e3d0 (patch) | |
tree | d91e0133da8b61500c7c190ad4c647b5bb9b7f17 /distro/ubuntu/preinst | |
parent | 8a9759af11763809500ad1ec4a2346de5736b0cd (diff) | |
download | mate-power-manager-6dd713def558f0e4ca86a4ddd9cf1d300634e3d0.tar.bz2 mate-power-manager-6dd713def558f0e4ca86a4ddd9cf1d300634e3d0.tar.xz |
removed ubuntu folder from distro.
Diffstat (limited to 'distro/ubuntu/preinst')
-rwxr-xr-x | distro/ubuntu/preinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst deleted file mode 100755 index 1d5bdca..0000000 --- a/distro/ubuntu/preinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -pkgname=mate-power-manager - -/usr/sbin/mateconfpkg --uninstall ${pkgname} - |