diff options
Diffstat (limited to 'branding/templates/snap/local')
-rwxr-xr-x | branding/templates/snap/local/pre/pack_installers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/snap/local/pre/pack_installers b/branding/templates/snap/local/pre/pack_installers index 58134cc..6c4ddd5 100755 --- a/branding/templates/snap/local/pre/pack_installers +++ b/branding/templates/snap/local/pre/pack_installers @@ -4,7 +4,7 @@ import subprocess from base64 import encodestring as encode HELPDIR = '../../../../../helpers' -INSTALL = 'hooks/install' +INSTALL = '../../hooks/install' POLKIT_FILE = os.environ.get('POLKIT_FILE') APP_NAME = os.environ.get('APP_NAME') |