Codebase list libsbml / debian/5.17.2+dfsg-2 debian / libsbml5-matlab.postinst
debian/5.17.2+dfsg-2

Tree @debian/5.17.2+dfsg-2 (Download .tar.gz)

libsbml5-matlab.postinst @debian/5.17.2+dfsg-2raw · history · blame

#!/bin/sh

# postinst script for libsbml-matlab

set -e

mkdir -p /etc/profile.d/
cp -a /usr/share/doc/libsbml5-matlab/libsbml-matlab.sh /etc/profile.d/

#DEBHELPER#

exit 0