diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/patch/APKBUILD | 1 | ||||
-rw-r--r-- | main/patch/patch.post-deinstall | 3 | ||||
-rw-r--r-- | main/patch/patch.post-upgrade | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD index c74712b388..c94533944e 100644 --- a/main/patch/APKBUILD +++ b/main/patch/APKBUILD @@ -9,6 +9,7 @@ license='GPL' depends= source="ftp://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2" subpackages="$pkgname-doc" +install="$pkgname.post-deinstall $pkgname.post-upgrade" _builddir="$srcdir"/$pkgname-2.6 diff --git a/main/patch/patch.post-deinstall b/main/patch/patch.post-deinstall new file mode 100644 index 0000000000..99b57c4635 --- /dev/null +++ b/main/patch/patch.post-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +busybox --install -s diff --git a/main/patch/patch.post-upgrade b/main/patch/patch.post-upgrade new file mode 100644 index 0000000000..99b57c4635 --- /dev/null +++ b/main/patch/patch.post-upgrade @@ -0,0 +1,3 @@ +#!/bin/sh + +busybox --install -s |