diff options
Diffstat (limited to 'main/patch/APKBUILD')
-rw-r--r-- | main/patch/APKBUILD | 1 |
1 files changed, 1 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 |