diff options
author | Ole-André Rodlie <ole.andre.rodlie@gmail.com> | 2018-10-27 00:23:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-10-27 00:23:09 +0100 |
commit | b2cc4e88aa5ee10358cd56e2694b1949e07736a0 (patch) | |
tree | 899507e242f74f6c9b151139aacdd0339c5c5003 /system/powerkit/doinst.sh | |
parent | 9427c6b28d3fa44b7fd5598d9a4ecb790eccb453 (diff) |
system/powerkit: Added (desktop independent power manager).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/powerkit/doinst.sh')
-rw-r--r-- | system/powerkit/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/powerkit/doinst.sh b/system/powerkit/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/powerkit/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |