We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f6ced commit 3c3bc98Copy full SHA for 3c3bc98
src/deb/softaculous/postinst
src/rpm/specs/vesta-softaculous.spec
@@ -28,17 +28,6 @@ install -d %{buildroot}%{_vestadir}
28
%clean
29
rm -rf %{buildroot}
30
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
40
-fi
41
-
42
43
%files
44
%defattr(-,root,root)
0 commit comments