updating triggers

This commit is contained in:
Serghey Rodin 2013-11-20 21:01:35 +02:00
parent fb176338de
commit a1d0945f70

View file

@ -32,14 +32,11 @@ rm -rf %{buildroot}
%post %post
if [ $1 -ge 2 ]; then if [ $1 -ge 2 ]; then
if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then if [ -e /usr/local/vesta/upd/convert-templates.sh ]; then
/usr/local/vesta/upd/convert-templates.sh /usr/local/vesta/upd/convert_templates.sh
fi fi
if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then if [ -e /usr/local/vesta/upd/convert_webip.sh ]; then
/usr/local/vesta/upd/convert_webip.sh /usr/local/vesta/upd/convert_webip.sh
fi fi
if [ -e /usr/local/vesta/upd/fix_cron.sh ]; then
/usr/local/vesta/upd/fix_cron.sh
fi
fi fi
%files %files