From ff733a8e0fcf6dc06dd7287d51b2823bd2920af1 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 3 Nov 2010 16:36:06 -0400 Subject: [PATCH] Install custom synaptics filter for NeuroDebian. --- debian/changelog | 4 ++-- tools/nd-vmsetupwizard | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8074641..4fc8522 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -neurodebian (0.8) squeeze; urgency=low +neurodebian (0.9) squeeze; urgency=low * Initial release. - -- Michael Hanke Wed, 03 Nov 2010 16:11:48 -0400 + -- Michael Hanke Wed, 03 Nov 2010 16:36:24 -0400 diff --git a/tools/nd-vmsetupwizard b/tools/nd-vmsetupwizard index 1927bd3..ca91553 100755 --- a/tools/nd-vmsetupwizard +++ b/tools/nd-vmsetupwizard @@ -21,6 +21,33 @@ zenity --info $icon_opt --title="NeuroDebian Setup Wizard" \ --text="Welcome to the NeuroDebian virtual machine! This is the first time you have started this virtual machine. We will now perform a few simple steps to finalize its configuration. This includes upgrading the system to the latest available versions and installing additional software packages upon your request." + +# install custom filter for synaptics +sudo mkdir -p /root/.synaptic +sudo cat << EOT >> /root/.synaptic/filters +filter "NeuroDebian" { + section { + inclusive false; + sections { + }; + }; + status { + flags 0x1ffff; + }; + pattern { + andMode 0; + patterns { + Origin; "neuro.debian.net"; false; + Maintainer; "team@neuro.debian.net"; false; + }; + }; + priority { + }; + reducedview { + enabled false; + }; +}; +EOT fi if ! zenity --question $icon_opt --title="NeuroDebian Setup Wizard" \ -- 2.39.2