We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae91bb3 commit ccc40e8Copy full SHA for ccc40e8
assets/linux/unregisterBiglyBT
assets/linux/unregisterBiglyBT.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+# This file removed the .desktop file registration from your Desktop Environment
3
+
4
+[ -x "$(command -v xdg-desktop-menu)" ] && xdg-desktop-menu uninstall --novendor biglybt.desktop
5
+# if not executed as root will probably silently fail
6
+rm -f "/usr/share/applications/biglybt.desktop"
7
8
+exit 0
0 commit comments