aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-25 23:47:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-25 23:47:08 +0000
commita4f2f1ed3aad70b98c22b88201bcdb74d446d6f2 (patch)
treeed1b38daa21d5ec796ae95801563258af277fa1e /package/Makefile
parent21eafc2aa4f4380ce06e1d75f1125113b7d4b793 (diff)
downloadmaster-187ad058-a4f2f1ed3aad70b98c22b88201bcdb74d446d6f2.tar.gz
master-187ad058-a4f2f1ed3aad70b98c22b88201bcdb74d446d6f2.tar.bz2
master-187ad058-a4f2f1ed3aad70b98c22b88201bcdb74d446d6f2.zip
remove postinst files for preinstalled packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 2180df3b37..4f2cbf106e 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -85,6 +85,7 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build
@-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf
@-find $(TARGET_DIR) -name .svn | $(XARGS) rm -rf
@-find $(TARGET_DIR) -name '.#*' | $(XARGS) rm -f
+ rm -f $(TARGET_DIR)/usr/lib/opkg/info/*.postinst
$(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/opkg)
$(call mklibs)