summaryrefslogtreecommitdiffstats
path: root/system/apcupsd
diff options
context:
space:
mode:
author dsomero2012-09-30 17:49:36 +0200
committer Robby Workman2012-10-01 03:01:09 +0200
commit5d95a346042e321f2890a2f706ded2230513f928 (patch)
treee5d6fad687af3a7e420575e79be534709ea46dfa /system/apcupsd
parent9a7162e7ca35875565f341940f99b981ca87ae26 (diff)
downloadslackbuilds-5d95a346042e321f2890a2f706ded2230513f928.tar.gz
system/apcupsd: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/apcupsd')
-rw-r--r--system/apcupsd/apcupsd.SlackBuild2
-rw-r--r--system/apcupsd/doinst.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/system/apcupsd/apcupsd.SlackBuild b/system/apcupsd/apcupsd.SlackBuild
index c568edc606..95cbc123be 100644
--- a/system/apcupsd/apcupsd.SlackBuild
+++ b/system/apcupsd/apcupsd.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM=apcupsd
VERSION=${VERSION:-3.14.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/system/apcupsd/doinst.sh b/system/apcupsd/doinst.sh
index e4732cd256..b707815a8b 100644
--- a/system/apcupsd/doinst.sh
+++ b/system/apcupsd/doinst.sh
@@ -31,3 +31,6 @@ config etc/apcupsd/offbattery.new
config etc/apcupsd/onbattery.new
config etc/logrotate.d/apcupsd.new
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi