diff --git a/local/share/dark-mode.d/00-do-not-repeat-yourself.sh b/local/share/dark-mode.d/00-do-not-repeat-yourself.bash old mode 100644 new mode 100755 similarity index 98% rename from local/share/dark-mode.d/00-do-not-repeat-yourself.sh rename to local/share/dark-mode.d/00-do-not-repeat-yourself.bash index 3e9302be..4c34d0be --- a/local/share/dark-mode.d/00-do-not-repeat-yourself.sh +++ b/local/share/dark-mode.d/00-do-not-repeat-yourself.bash @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + if ! hash lsb_release 2> /dev/null; then ERRORMESSAGE="lsb_release was not found, the wallpaper scripts cannot figure out the distribution" echo $ERRORMESSAGE diff --git a/local/share/light-mode.d/.gitignore b/local/share/light-mode.d/.gitignore index 8b52e851..faadf578 100644 --- a/local/share/light-mode.d/.gitignore +++ b/local/share/light-mode.d/.gitignore @@ -1 +1 @@ -00-do-not-repeat-yourself.sh +00-do-not-repeat-yourself.bash diff --git a/local/share/light-mode.d/00-do-not-repeat-yourself.bash b/local/share/light-mode.d/00-do-not-repeat-yourself.bash new file mode 120000 index 00000000..c5e49a0b --- /dev/null +++ b/local/share/light-mode.d/00-do-not-repeat-yourself.bash @@ -0,0 +1 @@ +../dark-mode.d/00-do-not-repeat-yourself.bash \ No newline at end of file diff --git a/local/share/light-mode.d/00-do-not-repeat-yourself.sh b/local/share/light-mode.d/00-do-not-repeat-yourself.sh deleted file mode 120000 index f8bd7fe1..00000000 --- a/local/share/light-mode.d/00-do-not-repeat-yourself.sh +++ /dev/null @@ -1 +0,0 @@ -../dark-mode.d/00-do-not-repeat-yourself.sh \ No newline at end of file