diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 14:56:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 14:56:58 +0000 |
commit | 1d629b2fd055202ebf24161fe054852affc0ac22 (patch) | |
tree | 1b35f6e9f92963e8027a58b8988922e6acdfeef4 /main/wget/wget.post-deinstall | |
parent | 34e9c61c5f0c081c20837d3ee5ff9d38a2e79ce9 (diff) | |
download | aports-1d629b2fd055202ebf24161fe054852affc0ac22.tar.bz2 aports-1d629b2fd055202ebf24161fe054852affc0ac22.tar.xz |
main/wget: fix post-deinstall script
busyubox-1.19 require full path
Diffstat (limited to 'main/wget/wget.post-deinstall')
-rw-r--r-- | main/wget/wget.post-deinstall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/wget/wget.post-deinstall b/main/wget/wget.post-deinstall index 99b57c4635..05456cda65 100644 --- a/main/wget/wget.post-deinstall +++ b/main/wget/wget.post-deinstall @@ -1,3 +1,4 @@ #!/bin/sh -busybox --install -s +# apk uses wget so we must restore the busybox wget symlink early +exec /bin/busybox --install -s |