Add an empty postprocess script
This is a place to add workarounds and config changes
This commit is contained in:
parent
444a6b2354
commit
f5191fcf1a
2 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
"check-passwd": { "type": "file", "filename": "passwd" },
|
||||
"check-groups": { "type": "file", "filename": "group" },
|
||||
|
||||
"postprocess-script": "post.sh",
|
||||
|
||||
"packages": [
|
||||
"aajohan-comfortaa-fonts",
|
||||
"abrt",
|
||||
|
|
3
post.sh
Executable file
3
post.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xeuo pipefail
|
Loading…
Reference in a new issue