mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ike: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ee4e54c41d
commit
3ff818906d
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=ike
|
||||
VERSION=${VERSION:-2.1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
Loading…
Reference in a new issue