wok view qcad/stuff/qcad @ rev 17939

partimage: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 15 09:53:08 2015 +0200 (2015-04-15)
parents
children
line source
1 #!/bin/sh
2 #
3 # QCAD startup script for SliTaz
4 #
6 data="/usr/lib/qcad"
7 binary="$data/qcad-bin"
9 LD_LIBRARY_PATH="$data" "$binary" -style plastique "$@"