ham/fldigi: Fixed (Handle desktop file)

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-09-29 18:58:15 -04:00 committed by Robby Workman
parent aa6a7a00a8
commit 3a2d5c471f
2 changed files with 6 additions and 1 deletions

4
ham/fldigi/doinst.sh Normal file
View file

@ -0,0 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -18,7 +18,7 @@
PRGNAM=fldigi
VERSION=${VERSION:-3.21.49}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:_SBo}
if [ -z "$ARCH" ]; then
@ -92,6 +92,7 @@ find $PKG/usr/doc -type f -exec chmod 644 {} \;
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}