diff options
-rw-r--r-- | network/ike/doinst.sh | 3 | ||||
-rw-r--r-- | network/ike/ike.SlackBuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/network/ike/doinst.sh b/network/ike/doinst.sh index aa8fffe5cd98..5aec9cdf53e2 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 eb2b5ad80c9a..7608ba3aa4d4 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 |