Index: ipk/source.sh4/tools_usbreset/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_usbreset/CONTROL/postrm	(revision 24597)
+++ ipk/source.sh4/tools_usbreset/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-usbreset --dest $1
+fi
+
 exit 0
