mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
making le Kevin happy
This commit is contained in:
parent
a0dc5cf711
commit
889b9fd332
2 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@ license=('GPL')
|
|||
url="http://pond-weed.com/wmt8650/index.html"
|
||||
source=("http://pond-weed.com/wmt8650/libaccept4-$pkgver.tar.gz")
|
||||
sha256sums=('7f51cc578a52045bfbee7c6f8b3824a67c2f2228b1e83b6ab80a9c18eadd9bb8')
|
||||
# backup=( 'etc/ld.so.preload' )
|
||||
options=( strip docs !libtool emptydirs zipman purge !upx )
|
||||
options=(!libtool)
|
||||
install=$pkgname.install
|
||||
|
||||
build() {
|
||||
|
|
|
@ -8,7 +8,7 @@ post_upgrade() {
|
|||
post_install()
|
||||
}
|
||||
|
||||
# remove fom ld.so.preload
|
||||
# remove from ld.so.preload
|
||||
post_remove() {
|
||||
if [ -f /etc/ld.so.preload ]; then
|
||||
sed -i '/libaccept4\.so/d' /etc/ld.so.preload
|
||||
|
|
Loading…
Reference in a new issue