Skip to content
Snippets Groups Projects
Commit b8f881a2 authored by nbd's avatar nbd
Browse files

build: make postinst/prerm scripts executable


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45128 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent d9e9a1fc
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ $(_endef)
echo ". \$$$${IPKG_INSTROOT}/lib/functions.sh"; \
echo "default_prerm \$$$$0 \$$$$@"; \
) > prerm; \
chmod 0755 prerm; \
chmod 0755 postinst prerm; \
$($(1)_COMMANDS) \
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment