summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-12-21 13:24:18 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2018-12-28 11:42:54 +0100
commit9e226de771cce4cc31903af457721091023d0c61 (patch)
tree7d66b8a8f0bd073a47c0f35ee209e68420868c79
parent0428325a26224735c98640f26cbec7f84fd37c3c (diff)
[doc] snap: add the right path to the generated post install script
-rwxr-xr-xsnap/pre/pack_installers2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/pre/pack_installers b/snap/pre/pack_installers
index 9c46efc..c11bca8 100755
--- a/snap/pre/pack_installers
+++ b/snap/pre/pack_installers
@@ -32,7 +32,7 @@ with open(INSTALL, 'w') as install:
install.write('# This helper installs the polkit policy file\n')
install.write('# for the RiseupVPN snap.\n')
install.write('# It is generated automatically\n')
- install.write('# by the script at "pkg/riseupvpn/pack_installers" \n')
+ install.write('# by the script at "snap/pre/pack_installers"\n')
install.write('import subprocess\n')
install.write('from base64 import decodestring as decode\n')
install.write("""