From ad9b199bd2356212b5db28c655a7a88fe113b09a Mon Sep 17 00:00:00 2001 From: Timur Kristóf Date: Sun, 8 May 2011 19:46:05 +0200 Subject: Added script for local installation --- local-install.sh | 1 + local-install.sh~ | 1 + 2 files changed, 2 insertions(+) create mode 100755 local-install.sh create mode 100755 local-install.sh~ diff --git a/local-install.sh b/local-install.sh new file mode 100755 index 0000000..10f4f29 --- /dev/null +++ b/local-install.sh @@ -0,0 +1 @@ +ln -s . ~/.local/share/gnome-shell/extensions/music-control@venemo.net/ diff --git a/local-install.sh~ b/local-install.sh~ new file mode 100755 index 0000000..759a00a --- /dev/null +++ b/local-install.sh~ @@ -0,0 +1 @@ +ln -s . ~/.local/gnome-shell/extensions/music-control@venemo.net/ -- cgit