network/ike: Fixed (Handle desktop file)

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-09-30 10:53:54 -04:00 committed by Robby Workman
parent ee4e54c41d
commit 3ff818906d
2 changed files with 4 additions and 1 deletions

View file

@ -25,3 +25,6 @@ preserve_perms() {
preserve_perms etc/rc.d/rc.iked.new
config etc/iked.conf.new
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -25,7 +25,7 @@
PRGNAM=ike
VERSION=${VERSION:-2.1.7}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then