wok diff evince/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents feb2e0c63d21
children 6831608a1b2a
line diff
     1.1 --- a/evince/receipt	Thu Jul 16 01:48:33 2015 +0200
     1.2 +++ b/evince/receipt	Sun Aug 25 11:41:26 2019 +0200
     1.3 @@ -41,26 +41,13 @@
     1.4  	cp -a $install/usr/bin $fs/usr
     1.5  	cp -a $install/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $install/usr/lib/evince $fs/usr/lib
     1.7 -	
     1.8 +
     1.9  	cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.10  	cp -a $install/usr/share/icons $fs/usr/share
    1.11  	cp -a $install/usr/share/evince $fs/usr/share
    1.12  	cp -a $install/usr/share/glib-2.0/schemas $fs/usr/share/glib-2.0
    1.13  	cp -a $stuff/evince.desktop $fs/usr/share/applications
    1.14 -	
    1.15 +
    1.16  	# Removing unwanted files
    1.17  	find $fs/usr/lib -name "*.*a" -exec rm -rf {} \;
    1.18  }
    1.19 -
    1.20 -# Post install/remove commands for Tazpkg.
    1.21 -post_install()
    1.22 -{
    1.23 -	echo "Processing post-install commands..."
    1.24 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.25 -}
    1.26 -
    1.27 -post_remove()
    1.28 -{
    1.29 -	echo "Processing post-remove commands..."
    1.30 -	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.31 -}