Script updates
Added a couple of new restart scripts, moved them all to the System directory. Updated the install script to symlink to the Nautilus scripts. Removed the Move Unity script as the issue I was having no longer exists in 11.10, but more importantly, I moved off Unity to GnomeShell so even if it still existed... yeah.
This commit is contained in:
parent
487caf30b5
commit
5e8ead28ae
7 changed files with 14 additions and 2 deletions
|
@ -21,3 +21,12 @@ echo "
|
|||
if [ -f $PWD/bash.bashrc ] && ! shopt -oq posix; then
|
||||
. $PWD/bash.bashrc
|
||||
fi" >> ~/.bashrc
|
||||
|
||||
# Removes the existing scripts
|
||||
if [ -d ~/.gnome2/nautilus-scripts ];
|
||||
then
|
||||
rm ~/.gnome2/nautilus-scripts -rf
|
||||
fi
|
||||
|
||||
# Symlinks back to our scripts
|
||||
ln -s $PWD/nautilus-scripts ~/.gnome2/nautilus-scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue