making le Kevin happy

This commit is contained in:
WarheadsSE 2012-06-04 21:00:45 -05:00
parent a0dc5cf711
commit 889b9fd332
2 changed files with 2 additions and 3 deletions

View file

@ -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() {

View file

@ -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