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/openvpn | |
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/openvpn')
-rw-r--r-- | openwrt/package/openvpn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index 94bee61..e9a9cf4 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -70,3 +70,4 @@ install: $(IPKG_STATE_DIR)/info/openvpn.list clean: rm -rf $(PKG_BUILD_DIR) + rm -f $(PKG_IPK) |