Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
workloadmgr / debian / workloadmanager.postinst
Size: Mime:
post_install_path=`python3 -c 'from workloadmgr import post_install; print(post_install.__file__)'`
wlm_path="$(dirname "$post_install_path")"
cp -r /tmp/wlm_post_install_data/* $wlm_path
cd $wlm_path
python3 $post_install_path
rm -rf etc var