create_group 	plugdev 							&&
create_account 	ivman 								&&
Check if we will install the configuration files
if [ -f "/etc/ivman/IvmConfigActions.xml"  ] ; then
	sedit 's/IvmConfigActions.xml//' src/IvmConfig/Makefile.in
fi										&&

if [ -f "/etc/ivman/IvmConfigBase.xml"  ] ; then
	sedit 's/IvmConfigBase.xml//' src/IvmConfig/Makefile.in
fi										&&

if [ -f "/etc/ivman/IvmConfigMappings.xml"  ] ; then
	sedit 's/IvmConfigMappings.xml//' src/IvmConfig/Makefile.in
fi 										&&
make install									&&
message  ""									&&
message  "Remember to edit /etc/ivman/IvmConfigMappings.xml to fit your needs"	&&
message	 ""
