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/prerm | |
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/prerm')
-rwxr-xr-x | distro/ubuntu/prerm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index c789a9a..0000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mate-power-manager - -/usr/sbin/mateconfpkg --uninstall ${pkgname} - -exit 0 |