Codebase list libsbml / 1df8c633-6f82-4334-9833-45d24f8146eb/main debian / libsbml5-matlab.postinst
1df8c633-6f82-4334-9833-45d24f8146eb/main

Tree @1df8c633-6f82-4334-9833-45d24f8146eb/main (Download .tar.gz)

libsbml5-matlab.postinst @1df8c633-6f82-4334-9833-45d24f8146eb/mainraw · 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