Hi :)

*The Synfig Studio issu*

I removed synfig (0.61.08-3build1~hardy1) completely and only installed 
libsynfig0 (0.61.07-1build1), libsynfigapp0 (0.61.07-1build1) and 
synfigstudio (0.61.07-1build1). Then I locked libsynfig0 (0.61.07-1build1).

*The package 64studio issue*

Each time after using Synaptic I'll run a script as long as the Package 
64studio will destroy those files.
The chance of the crisis is that I now know that learning about shell 
scripts and writing a first simple shell script just takes some minutes :).

spinymouse-s...@64studio:~$ sudo sh FirstShellScript
FirstShellScript
NO DIFF /etc/modprobe.d/hda-intel IS EQUAL TO THE BACKUP
NO DIFF /etc/gdm/gdm.conf-custom  IS EQUAL TO THE BACKUP
NO DIFF /etc/apt/*               ARE EQUAL TO THE BACKUP
spinymouse-s...@64studio:~$ cat FirstShellScript
#!/bin/sh

# RALF'S FIRST BOURNE SHELL SCRIPT
# sudo sh FirstShellScript

echo $0

# hda-intel
diff /mnt/music/tmp/etc/modprobe.d/hda-intel /etc/modprobe.d/hda-intel
if [ $? = 0 ]
  then echo NO DIFF /etc/modprobe.d/hda-intel IS EQUAL TO THE BACKUP
  else cp -p /mnt/music/tmp/etc/modprobe.d/hda-intel 
/etc/modprobe.d/hda-intel
fi

# gdm.conf-custom
diff /mnt/music/tmp/etc/gdm/gdm.conf-custom /etc/gdm/gdm.conf-custom
if [ $? = 0 ]
  then echo NO DIFF /etc/gdm/gdm.conf-custom"  "IS EQUAL TO THE BACKUP
  else cp -p /mnt/music/tmp/etc/gdm/gdm.conf-custom /etc/gdm/gdm.conf-custom
fi

# sources.list
diff -r /mnt/music/tmp/etc/apt/ /etc/apt/
if [ $? = 0 ]
  then echo NO DIFF /etc/apt/"*               "ARE EQUAL TO THE BACKUP
  else cp -pr /mnt/music/tmp/etc/apt/* /etc/apt
fi

Cheers,
Ralf
_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users

Reply via email to