summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-02-03 14:21:00 +0000
committerJavier Jardón <jjardon@gnome.org>2017-05-11 08:24:21 +0000
commit30abb265a797b030fd72d7c9a1b42ca92d70d10d (patch)
treecc0cf5f7c00bbc417a639f28e7805e492e9c9991
parent56906ed49719e05efc41ab35b5f86c717b4e579d (diff)
downloadybd-30abb265a797b030fd72d7c9a1b42ca92d70d10d.tar.gz
Allow rpm-post-{,un}install as fields in definitions
These fields will store rpm-specific information about post-install and post-uninstall commands. system-integration commands are not sufficient, as they are intended to be run once when the system is assembled.
-rw-r--r--ybd/config/defaults.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ybd/config/defaults.conf b/ybd/config/defaults.conf
index 597eed7..a1a5fef 100644
--- a/ybd/config/defaults.conf
+++ b/ybd/config/defaults.conf
@@ -21,6 +21,8 @@ morph-fields: ['arch',
'ref',
'repo',
'sha',
+ 'rpm-post-install',
+ 'rpm-post-uninstall',
'subsystems',
'submodules',
'systems',