#!perl -I/opt/kde/share/apps/kdevappwizard/template-common

use gideon;

initGideon();

print "Installing project file\n";
install( "${src}/template-bashhello/app.kdevelop", "${dest}/${APPNAMELC}.kdevelop" );

print "Installing application sources\n";
install( "${src}/template-bashhello/app.sh",       "${dest}/${APPNAMELC}.sh" );

print "Finished\n";
