diff options
-rw-r--r-- | system/apcupsd/apcupsd.SlackBuild | 2 | ||||
-rw-r--r-- | system/apcupsd/doinst.sh | 3 |
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 |