Skip to content
Snippets Groups Projects
Commit d9e32069 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net-mgmt/pandorafms_console: Avoid @exec/@unexec

Approved by:	portmgr (blanket)
parent 08e9d3e7
Branches
Tags
No related merge requests found
......@@ -2903,9 +2903,9 @@
%%WWWDIR%%/include/swiftmailer/swift_required.php
%%WWWDIR%%/index.php
@comment install.php
@unexec if [ -e %D/%%WWWDIR%%/install.php ];then rm -f %D/%%WWWDIR%%/install.php ;fi
@postunexec if [ -e %D/%%WWWDIR%%/install.php ];then rm -f %D/%%WWWDIR%%/install.php ;fi
%%WWWDIR%%/install_old.php
@exec [ -e %B/include/config.php ] || cp -p %D/%F %B/install.php
@postexec [ -e %B/include/config.php ] || cp -p %D/%F %B/install.php
%%WWWDIR%%/mobile/images/ajax-loader.gif
%%WWWDIR%%/mobile/images/bricks.png
%%WWWDIR%%/mobile/images/datos_blue.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment