Skip to content

Commit 3c3bc98

Browse files
author
Serghey Rodin
committed
removed post install routine for softaculous
1 parent 42f6ced commit 3c3bc98

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

src/deb/softaculous/postinst

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/rpm/specs/vesta-softaculous.spec

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ install -d %{buildroot}%{_vestadir}
2828
%clean
2929
rm -rf %{buildroot}
3030

31-
%post
32-
if [ $1 -ge 1 ]; then
33-
if [ -e /usr/local/vesta/softaculous/vesta_install.inc ]; then
34-
if [ ! -e /usr/local/vesta/softaculous/conf/count.json ]; then
35-
cd /usr/local/vesta/softaculous
36-
/usr/local/vesta/php/bin/php vesta_install.inc
37-
rm vesta_install.inc
38-
fi
39-
fi
40-
fi
41-
4231

4332
%files
4433
%defattr(-,root,root)

0 commit comments

Comments
 (0)