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/postinst | |
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/postinst')
-rwxr-xr-x | distro/ubuntu/postinst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst deleted file mode 100755 index 366dc49..0000000 --- a/distro/ubuntu/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -pkgname=mate-power-manager - -/usr/sbin/mateconfpkg --install ${pkgname} -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 |