diff options
author | Holger Paradies <retabell@gmx.de> | 2013-09-15 15:26:54 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-10-20 14:34:19 +0200 |
commit | 6fc6aad8ca02112884f30050c27070e479772458 (patch) | |
tree | ac57d693fa02816d1758c85083e64581628d356e | |
parent | 49ba629c787f6716bb9ac1b8ed22eba681298d93 (diff) | |
download | kanotix-6fc6aad8ca02112884f30050c27070e479772458.zip kanotix-6fc6aad8ca02112884f30050c27070e479772458.tar.gz |
folder icon on lxde Desktop
clean remove devscripts
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index a7dbbda..92ee009 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -18,7 +18,24 @@ if [ -x /usr/sbin/lightdm ]; then if ! [ -d /lib/x86_64-linux-gnu ]; then apt-get purge --yes aptitude aptitude-common apt-get purge --yes vim vim-common vim-runtime + rm -rf /usr/lib/python3/dist-packages/devscripts apt-get purge --yes devscripts python3 python3-minimal python3.2 python3.2-minimal apt-get install --yes devscripts=2.12.6 fi + + # tmp skel + mkdir -p /etc/skel/Desktop/KANOTIX + mkdir -p /etc/skel/.mplayer + touch /etc/skel/.mplayer/input.conf +cat <<"EOF" >/etc/skel/.mplayer/config +[default] +# Write your default config options here! + +#ao pulse +#ao alsa +#af=volnorm +#cache=4096 +#aspect=16:9 +EOF + fi |