Index: ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postinst
===================================================================
--- ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postinst	(revision 21547)
+++ ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postinst	(revision 21548)
@@ -10,4 +10,4 @@
 	sync
 fi
-touch /tmp/.ipkg_needs_reboot
+touch /tmp/.tpk_needs_reboot
 exit 0
Index: ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postrm
===================================================================
--- ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postrm	(revision 21547)
+++ ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/postrm	(revision 21548)
@@ -33,4 +33,4 @@
 cp -a /etc/titan.restore/etc/titan/transponder /var/etc/titan
 
-touch /tmp/.ipkg_needs_reboot
+touch /tmp/.tpk_needs_reboot
 exit 0
Index: ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/preinst
===================================================================
--- ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/preinst	(revision 21547)
+++ ipk/source.sh4/titansettings_default_matze70_sat_1_0/CONTROL/preinst	(revision 21548)
@@ -8,5 +8,5 @@
 if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
 	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
+	echo DONT USE this TPK Package!!
 	echo --- 	 	 
 	echo Only for $buildgroup Image!! 	 	 
@@ -33,6 +33,6 @@
 fi
 
-if [ -e /tmp/.ipkg_upgrade_start ];then
-	echo "ipkg upgrade skip settings"
+if [ -e /tmp/.tpk_upgrade_start ];then
+	echo "tpk upgrade skip settings"
 	exit 1
 fi
