From 8c856a8eaaef63ef57f51006f39ff5491706c628 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 21 Sep 2010 09:54:06 +0200 Subject: [PATCH] [scripts] disable nspluginwrapper_autoinstall, not needed anymore --- scripts/remaster_generic_inner_chroot_script_after.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/remaster_generic_inner_chroot_script_after.sh b/scripts/remaster_generic_inner_chroot_script_after.sh index c41e985..09d3f6a 100755 --- a/scripts/remaster_generic_inner_chroot_script_after.sh +++ b/scripts/remaster_generic_inner_chroot_script_after.sh @@ -70,6 +70,7 @@ nspluginwrapper_autoinstall() { fi } + if [ "$1" = "lxde" ]; then # Fix ~/.dmrc to have it load LXDE echo "[Desktop]" > /etc/skel/.dmrc @@ -177,7 +178,8 @@ for file in `find /usr/share/icons -name "icon-theme.cache"`; do done # Fixup nsplugins -nspluginwrapper_autoinstall +# we have new Flash, don't need it anymore +# nspluginwrapper_autoinstall # Update package list equo query list installed -qv > /etc/sabayon-pkglist