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