mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/libaccept4: fix .install script syntax
This commit is contained in:
parent
637c0874cc
commit
55a8ce012c
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=libaccept4
|
||||
pkgdesc='Library to supply accept4() to kernels without it'
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://pond-weed.com/wmt8650/index.html"
|
||||
|
|
|
@ -4,8 +4,8 @@ post_install() {
|
|||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_remove();
|
||||
post_install();
|
||||
post_remove
|
||||
post_install
|
||||
}
|
||||
|
||||
# remove from ld.so.preload
|
||||
|
|
Loading…
Reference in a new issue