We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfed583 commit 30aaddfCopy full SHA for 30aaddf
1 file changed
programs/x86_64/filen-cli
@@ -8,7 +8,7 @@ SITE="FilenCloudDienste/filen-cli"
8
# CREATE DIRECTORIES AND ADD REMOVER
9
[ -n "$APP" ] && mkdir -p "/opt/$APP/tmp" "/opt/$APP/icons" && cd "/opt/$APP/tmp" || exit 1
10
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
+#printf '\n%s' "rm -f /usr/local/share/applications/$APP-AM.desktop" >> ../remove
12
chmod a+x ../remove || exit 1
13
14
# DOWNLOAD AND PREPARE THE APP, $version is also used for updates
0 commit comments