]> www.ginac.de Git - ginac.git/blob - debian/ginac-tools.postinst
added a do-nothing function option "dummy()" to simplify the creation of
[ginac.git] / debian / ginac-tools.postinst
1 #!/bin/sh
2 set -e
3
4 if test -x /usr/bin/update-menus; then update-menus; fi
5
6 #DEBHELPER#