1
0
mirror of https://github.com/limosek/zaf.git synced 2025-11-01 18:17:37 +01:00

Repaired postinst and dpkg check

This commit is contained in:
Lukas Macura
2016-04-18 11:51:24 +02:00
parent a320c33d44
commit da87113b47
3 changed files with 11 additions and 3 deletions

View File

@@ -8,7 +8,12 @@ configure)
. /usr/lib/zaf/os.lib.sh
. /usr/lib/zaf/ctrl.lib.sh
cd /usr/lib/zaf && /usr/lib/zaf/install.sh reconf
[ -n "{PLUGINS}" ] && zaf reinstall {PLUGINS} {IPLUGINS}
[ -n "{PLUGINS}" ] && for p in {PLUGINS}; do
if ! is_plugin $p;then
zaf install $ZAF_PREPACKAGED_DIR/$p;
fi
done
[ -n "{IPLUGINS}" ] && zaf reinstall {IPLUGINS}
fi
;;
esac