diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-06 14:35:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-06 14:35:58 +0000 |
commit | 0b4c7cb994f38f5c8d202067c0c8410347079509 (patch) | |
tree | c4ff0146d31cc37ea1a7f800c639d7182e6d8714 /openwrt/package/ebtables | |
parent | ce041c793573b71498f202d89cad41c94f64b8c0 (diff) | |
download | mtk-20170518-0b4c7cb994f38f5c8d202067c0c8410347079509.zip mtk-20170518-0b4c7cb994f38f5c8d202067c0c8410347079509.tar.gz mtk-20170518-0b4c7cb994f38f5c8d202067c0c8410347079509.tar.bz2 |
Remove packages when cleaning
SVN-Revision: 319
Diffstat (limited to 'openwrt/package/ebtables')
-rw-r--r-- | openwrt/package/ebtables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index fd168a8..5bfbaa1 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/ebtables.list clean: rm -rf $(PKG_BUILD_DIR) + rm -f $(PKG_IPK) |