Diff of /trunk/installer/guification.sh
Parent Directory | Revision Log | Patch
revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC | revision 773 by niro, Wed Sep 24 10:54:00 2008 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #! /bin/bash | #! /bin/bash |
2 | # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/guification.sh,v 1.3 2008-09-24 10:44:21 niro Exp $ | # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/guification.sh,v 1.4 2008-09-24 10:54:00 niro Exp $ |
3 | ||
4 | # helper scripts | # helper scripts |
5 | source hwdetection.sh | source include/hwdetection.sh |
6 | ||
7 | # gui | # gui |
8 | source gtk-gui/common.sh | source gtk-gui/common.sh |
|