This commit is contained in:
Valeria Fadeeva 2024-11-10 02:07:53 +05:00
parent f7a2004524
commit 9ace6b0366
3 changed files with 3 additions and 3 deletions

View File

@ -7,4 +7,4 @@ Target = melawy-branding
[Action] [Action]
Description = Update Melawy Linux specific hooks. Description = Update Melawy Linux specific hooks.
When = PostTransaction When = PostTransaction
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner Exec = /bin/sh -c "/usr/bin/melawy-hooks-runner"

View File

@ -7,4 +7,4 @@ Target = lsb-release
[Action] [Action]
Description = Add Melawy Linux specific config. Description = Add Melawy Linux specific config.
When = PostTransaction When = PostTransaction
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner lsb-release Exec = /bin/sh -c "/usr/bin/melawy-hooks-runner lsb-release"

View File

@ -7,4 +7,4 @@ Target = filesystem
[Action] [Action]
Description = Add Melawy Linux specific config. Description = Add Melawy Linux specific config.
When = PostTransaction When = PostTransaction
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner os-release Exec = /bin/sh -c "/usr/bin/melawy-hooks-runner os-release"