Update
This commit is contained in:
parent
f7a2004524
commit
9ace6b0366
|
@ -7,4 +7,4 @@ Target = melawy-branding
|
|||
[Action]
|
||||
Description = Update Melawy Linux specific hooks.
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner
|
||||
Exec = /bin/sh -c "/usr/bin/melawy-hooks-runner"
|
||||
|
|
|
@ -7,4 +7,4 @@ Target = lsb-release
|
|||
[Action]
|
||||
Description = Add Melawy Linux specific config.
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner lsb-release
|
||||
Exec = /bin/sh -c "/usr/bin/melawy-hooks-runner lsb-release"
|
||||
|
|
|
@ -7,4 +7,4 @@ Target = filesystem
|
|||
[Action]
|
||||
Description = Add Melawy Linux specific config.
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/bash /usr/bin/melawy-hooks-runner os-release
|
||||
Exec = /bin/sh -c "/usr/bin/melawy-hooks-runner os-release"
|
||||
|
|
Loading…
Reference in New Issue