summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
Diffstat (limited to 'snap')
-rwxr-xr-xsnap/hooks/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/hooks/install b/snap/hooks/install
index 70301c0..e51cdb5 100755
--- a/snap/hooks/install
+++ b/snap/hooks/install
@@ -16,7 +16,7 @@ with open('/usr/share/polkit-1/actions/se.leap.bitmask.riseupvpn.policy', 'w') a
release = subprocess.run(['cat', '/etc/os-release'], stdout=subprocess.PIPE).stdout
# this is a workaround for the fact that debian does not place snap desktop entries in a system+wide path.
-if b'ID=debian' in lines:
+if b'ID=debian' in release:
cmd = 'ln -s /snap/riseup-vpn/current/snap/gui/riseup-vpn.desktop /usr/share/applications/'
subprocess.run(cmd.split(' '))
subprocess.run(['update-desktop-database'])