summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/patch/APKBUILD1
-rw-r--r--main/patch/patch.post-deinstall3
-rw-r--r--main/patch/patch.post-upgrade3
3 files changed, 7 insertions, 0 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD
index c74712b38..c94533944 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 000000000..99b57c463
--- /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 000000000..99b57c463
--- /dev/null
+++ b/main/patch/patch.post-upgrade
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+busybox --install -s