author | Markus Bröker <mbroeker@largo.homelinux.org> |
Fri, 10 Apr 2009 21:21:11 +0200 | |
changeset 5 | 70980306fd61 |
parent 4 | fdf04a93faeb |
permissions | -rwxr-xr-x |
#!/bin/bash # This works for qmake version 4.x and fails for qmake version 3 ! # rm -rf .moc .obj Makefile find -name '*~' -exec rm -f {} \; rm -f *.o qmake-qt4 -project .ui qmake-qt4 -makefile make all if [ ! -f /etc/debian_version ]; then ./post-install; else echo "Skipping post-install, handled by dpkg"; fi