new release 0.9.8-6

This commit is contained in:
Serghey Rodin 2013-11-27 12:11:10 +02:00
commit fb2ddcdf1e
2 changed files with 7 additions and 1 deletions

View file

@ -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 <skid@vestacp.com>
Homepage: http://vestacp.com

6
src/deb/vesta/postinst Executable file
View file

@ -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