summaryrefslogtreecommitdiff
path: root/branding/templates/snap/local/pre/pack_installers
diff options
context:
space:
mode:
Diffstat (limited to 'branding/templates/snap/local/pre/pack_installers')
-rwxr-xr-xbranding/templates/snap/local/pre/pack_installers2
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')