From d7ca5e3f11443c30a646c3f18caf15c9499f6f6c Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sun, 30 Jan 2011 19:02:03 +0000 Subject: [PATCH] =?utf8?q?Enlev=C3=A9=20Handbrake=20et=20ajout=20option=20?= =?utf8?q?NETBOOK?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ubuntu/ubuntu-cfg.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ubuntu/ubuntu-cfg.sh b/ubuntu/ubuntu-cfg.sh index ef37242..1bf0c15 100755 --- a/ubuntu/ubuntu-cfg.sh +++ b/ubuntu/ubuntu-cfg.sh @@ -261,8 +261,6 @@ fi ${AGI} ffmpeg ${AGI} ${GST}-ffmpeg ${GST}-plugins-bad ${GST}-plugins-ugly ${GST}-fluendo-mp3 ${AGI} libavcodec-extra-52 -hv_add_repo "ppa:stebbins/handbrake-snapshots" -${AGI} handbrake-cli if [ "x${INSTALL_GNASH}" = "x1" ]; then ${AGI} mozilla-plugin-gnash # Requires "mysql-common" fi @@ -298,7 +296,11 @@ fi hv_add_repo "ppa:chromium-daily/ppa" ${AGI} chromium-browser -if [ "x${INSTALL_WMAKER}" = "x1" ]; then +if [ "x${INSTALL_NETBOOK}" = "x1" ]; then + ${AGI} battery-status + ${AGI} maximus + ${AGI} install window-picker-applet +else ${AGI} wmaker if [ -d ${HOME}/GNUstep/Library/WindowMaker ]; then cat > ${HOME}/GNUstep/Library/WindowMaker/autostart << "EOF" -- 2.20.1