From fb2ddcdf1edd6b37403cba6971a4c47413efc299 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 27 Nov 2013 12:11:10 +0200 Subject: [PATCH] new release 0.9.8-6 --- src/deb/vesta/control | 2 +- src/deb/vesta/postinst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 src/deb/vesta/postinst diff --git a/src/deb/vesta/control b/src/deb/vesta/control index 31375ff9..22b7a9d9 100644 --- a/src/deb/vesta/control +++ b/src/deb/vesta/control @@ -1,7 +1,7 @@ Source: vesta Package: vesta Priority: optional -Version: 0.9.8-5 +Version: 0.9.8-6 Section: admin Maintainer: Serghey Rodin Homepage: http://vestacp.com diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst new file mode 100755 index 00000000..23be0c27 --- /dev/null +++ b/src/deb/vesta/postinst @@ -0,0 +1,6 @@ +#!/bin/bash + +# Run fwd_only trigger +if [ -x "/usr/local/vesta/upd/add_fwd_only.sh" ]; then + /usr/local/vesta/upd/add_fwd_only.sh +fi