summaryrefslogtreecommitdiff
path: root/distro/ubuntu/prerm
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-04-06 17:12:40 -0400
committerSteve Zesch <[email protected]>2012-04-06 17:12:40 -0400
commit6dd713def558f0e4ca86a4ddd9cf1d300634e3d0 (patch)
treed91e0133da8b61500c7c190ad4c647b5bb9b7f17 /distro/ubuntu/prerm
parent8a9759af11763809500ad1ec4a2346de5736b0cd (diff)
downloadmate-power-manager-6dd713def558f0e4ca86a4ddd9cf1d300634e3d0.tar.bz2
mate-power-manager-6dd713def558f0e4ca86a4ddd9cf1d300634e3d0.tar.xz
removed ubuntu folder from distro.
Diffstat (limited to 'distro/ubuntu/prerm')
-rwxr-xr-xdistro/ubuntu/prerm9
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