Index: ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postinst
===================================================================
--- ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postinst	(revision 18208)
+++ ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postinst	(revision 18437)
@@ -26,6 +26,4 @@
 	sync
 fi
-echo "Rebooting Box in 10s..."
-sleep 5
-(sleep 10;init 6) &
+touch /tmp/.ipkg_needs_reboot
 exit 0
Index: ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postrm
===================================================================
--- ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postrm	(revision 18208)
+++ ipk/source.sh4/titansettings_sofa_cableBW_1_0/CONTROL/postrm	(revision 18437)
@@ -30,6 +30,4 @@
 cp -a /etc/titan.restore/etc/titan/transponder /var/etc/titan
 
-echo "Rebooting Box in 10s..."
-sleep 5
-(sleep 10;reboot) &
+touch /tmp/.ipkg_needs_reboot
 exit 0
