1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00
This commit is contained in:
deadc0de6
2019-06-04 23:01:11 +02:00
parent 4452140200
commit f5a0c65df2

View File

@@ -147,9 +147,11 @@ def cmd_install(o):
elif not r:
# dotfile was NOT installed
if o.install_force_action:
# pre-actions
LOG.dbg('force pre action execution ...')
pre_actions_exec()
LOG.dbg('force post pre action execution ...')
# post-actions
LOG.dbg('force post action execution ...')
postactions = dotfile.get_post_actions()
prof = o.conf.get_profile(o.profile)
postactions.extend(prof.get_post_actions())