changeset 27:8aeafb8ad1e1

bing4desktop-0.240208-0.3
author prymula
date Thu, 08 Feb 2024 12:55:06 +0100
parents 67b4b7916036
children c5f6a572bc91
files bing4desktop/copy_desktop.sh bing4desktop/remove_desktop.sh
diffstat 2 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/bing4desktop/copy_desktop.sh	Thu Feb 08 11:56:27 2024 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#?/bin/sh
-
-MYDIR=/home
-
-for file in $(ls ${MYDIR}) ; do\
-	if [[ "$file" == "lost+found" ]] ; then
-		continue
-	fi
-	cp bing4desktop.desktop /home/${file}/.local/share/applications
-done
--- a/bing4desktop/remove_desktop.sh	Thu Feb 08 11:56:27 2024 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#?/bin/sh
-
-MYDIR=/home
-
-for file in $(ls ${MYDIR}) ; do\
-	if [[ "$file" == "lost+found" ]] ; then
-		continue
-	fi
-	rm /home/${file}/.local/share/applications/bing4desktop.desktop
-done