From 9e226de771cce4cc31903af457721091023d0c61 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 21 Dec 2018 13:24:18 +0100 Subject: [doc] snap: add the right path to the generated post install script --- snap/pre/pack_installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snap') 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(""" -- cgit v1.2.3