Skip to content

Commit 30aaddf

Browse files
authored
Update filen-cli
1 parent cfed583 commit 30aaddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

programs/x86_64/filen-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SITE="FilenCloudDienste/filen-cli"
88
# CREATE DIRECTORIES AND ADD REMOVER
99
[ -n "$APP" ] && mkdir -p "/opt/$APP/tmp" "/opt/$APP/icons" && cd "/opt/$APP/tmp" || exit 1
1010
printf "#!/bin/sh\nset -e\nrm -f /usr/local/bin/$APP\nrm -R -f /opt/$APP" > ../remove
11-
printf '\n%s' "rm -f /usr/local/share/applications/$APP-AM.desktop" >> ../remove
11+
#printf '\n%s' "rm -f /usr/local/share/applications/$APP-AM.desktop" >> ../remove
1212
chmod a+x ../remove || exit 1
1313

1414
# DOWNLOAD AND PREPARE THE APP, $version is also used for updates

0 commit comments

Comments
 (0)