diff --git a/Makefile b/Makefile
index 76cdc42fd9e08062392c990c2506f11397cd887c..98faefbc60ef14117fe96c3153a6eeb102f64517 100644
--- a/Makefile
+++ b/Makefile
@@ -415,6 +415,7 @@ package_install: FORCE
 	+$(GLUONMAKE) enable_initscripts
 
 	rm -f $(TARGET_DIR)/usr/lib/opkg/lists/* $(TARGET_DIR)/tmp/opkg.lock
+	rm -f $(TARGET_DIR)/usr/lib/opkg/info/*.postinst*
 
 # Remove opkg database when opkg is not intalled
 	if [ ! -x $(TARGET_DIR)/bin/opkg ]; then rm -rf $(TARGET_DIR)/usr/lib/opkg; fi