projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c0362
)
include/rootfs.mk: do not remove opkg prerm scripts during rootfs preparation
author
Matthias Schiffer
<
[email protected]
>
Tue, 6 Mar 2018 07:49:14 +0000
(08:49 +0100)
committer
Matthias Schiffer
<
[email protected]
>
Wed, 7 Mar 2018 09:03:01 +0000
(10:03 +0100)
When a user removes a preinstalled opkg package, the package's prerm script
(and in particular our default_prerm) should run.
Signed-off-by: Matthias Schiffer <
[email protected]
>
include/rootfs.mk
patch
|
blob
|
history
diff --git
a/include/rootfs.mk
b/include/rootfs.mk
index c014b1d14ab0963687417809431abc0bf314830c..dc400a05ed4215a3ca4eb889206c81037b9b56f1 100644
(file)
--- a/
include/rootfs.mk
+++ b/
include/rootfs.mk
@@
-82,7
+82,6
@@
define prepare_rootfs
@-find $(1) -name '.#*' | $(XARGS) rm -f
rm -f $(1)/usr/lib/opkg/lists/*
rm -f $(1)/usr/lib/opkg/info/*.postinst*
- rm -f $(1)/usr/lib/opkg/info/*.prerm*
$(call clean_ipkg,$(1))
$(call mklibs,$(1))
endef