summaryrefslogtreecommitdiffstats
path: root/network/ike
diff options
context:
space:
mode:
Diffstat (limited to 'network/ike')
-rw-r--r--network/ike/doinst.sh3
-rw-r--r--network/ike/ike.SlackBuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/network/ike/doinst.sh b/network/ike/doinst.sh
index aa8fffe5cd..5aec9cdf53 100644
--- a/network/ike/doinst.sh
+++ b/network/ike/doinst.sh
@@ -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
diff --git a/network/ike/ike.SlackBuild b/network/ike/ike.SlackBuild
index eb2b5ad80c..7608ba3aa4 100644
--- a/network/ike/ike.SlackBuild
+++ b/network/ike/ike.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=ike
VERSION=${VERSION:-2.1.7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then