]> www.ginac.de Git - ginac.git/blob - debian/postinst
physical momenta are 4-dimensional (just to prove that we can do this now :-)
[ginac.git] / debian / postinst
1 #!/bin/sh
2 set -e
3 if [ "$1" = "configure" ]; then
4   ldconfig
5 fi
6 #DEBHELPER#