Add an empty postprocess script

This is a place to add workarounds and config changes
This commit is contained in:
Owen W. Taylor 2016-10-07 13:00:04 -04:00
parent 444a6b2354
commit f5191fcf1a
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
#!/bin/bash
set -xeuo pipefail