1
0
mirror of https://github.com/limosek/zaf.git synced 2024-11-14 22:49:06 +01:00
limosek-zaf/files/debian/postinst.template
Lukas Macura 0ef05853a4 Plugin installation is possible offline
Plugin postconfiguration will be called on zaf agent-config
2016-12-02 13:12:13 +01:00

11 lines
67 B
Bash

#!/bin/sh
case $1 in
configure)
zaf agent-config
;;
esac
true