wok-6.x diff watchdog/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents fb1c9ba0da03
children 2a21689b0af7
line diff
     1.1 --- a/watchdog/receipt	Fri Oct 22 17:05:28 2010 +0200
     1.2 +++ b/watchdog/receipt	Thu Dec 02 02:25:29 2010 +0000
     1.3 @@ -28,3 +28,9 @@
     1.4  	cp -a $_pkg/etc $fs
     1.5  	cp -a $_pkg/usr/sbin $fs/usr
     1.6  }
     1.7 +
     1.8 +# Pre and post install commands for Tazpkg.
     1.9 +post_install()
    1.10 +{
    1.11 +	[ -c $1/dev/watchdog ] || mknod -m 660  $1/dev/watchdog c 10 130
    1.12 +}