From aea60950ff0a642ec1585f48e9edc18eb9c6a858 Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Tue, 29 May 2012 12:57:07 +0200 Subject: [PATCH] Change the image needed in edn --- assets/icon/File.svg | 12 ++---------- assets/icon/Search.svg | 11 +---------- install.sh | 8 +++++--- 3 files changed, 8 insertions(+), 23 deletions(-) diff --git a/assets/icon/File.svg b/assets/icon/File.svg index 510b576..9cdd5b9 100644 --- a/assets/icon/File.svg +++ b/assets/icon/File.svg @@ -1,12 +1,4 @@ - - - - image/svg+xml - - - - - - + + diff --git a/assets/icon/Search.svg b/assets/icon/Search.svg index 7d91c22..85067af 100644 --- a/assets/icon/Search.svg +++ b/assets/icon/Search.svg @@ -1,13 +1,4 @@ - - - - image/svg+xml - - - - - - + diff --git a/install.sh b/install.sh index c3690c3..efd6174 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,10 @@ #!/bin/bash #really simple to install -sudo cp linux/bin/release/edn /usr/bin/edn +echo "- copy binary /usr/bin/edn" +sudo cp -vf linux/bin/release/edn /usr/bin/edn sudo chmod 777 /usr/bin/edn sudo mkdir -p /usr/share/edn -sudo rm -r /usr/share/edn/* -sudo cp -r assets/* /usr/share/edn/ +echo "- Remove the folder /usr/share/edn/*" +sudo rm -rf /usr/share/edn/* +sudo cp -rfv assets/* /usr/share/edn/