summarylogtreecommitdiffstats
path: root/pyxis.install
blob: d4d0e2d5e2bb639677251290f113f6fe38c4eaae (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    mkdir -p /etc/slurm-llnl/plugstack.conf.d
    ln -s /usr/share/pyxis/pyxis.conf /etc/slurm-llnl/plugstack.conf.d/pyxis.conf
}

post_upgrade() {
	if [[ ! -f "/etc/slurm-llnl/plugstack.conf.d/pyxis.conf" ]]
  	then
  		post_install
  	fi
}