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    
workloadmgrclient / install-scripts / python-workloadmgrclient.postinst
Size: Mime:
#!/usr/bin/env bash

set -e

if [ "$1" = "configure" ]; then
	echo "running post install script"
fi

#DEBHELPER#

exit 0