diff options
author | ponce <matteo.bernardini@sns.it> | 2010-09-20 19:50:44 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:42 -0500 |
commit | 10de013a565fda445f30a9c4cfe3225d4d48278c (patch) | |
tree | 56d5e1e5ed1cc8bb450a000f3c8f6e3eb9c5afd1 /system/lxrandr/doinst.sh | |
parent | 0844aa1b6b8f9e3d8debb3b8139e47341d30e163 (diff) | |
download | slackbuilds-10de013a565fda445f30a9c4cfe3225d4d48278c.tar.gz |
system/lxrandr: Added (LXDE monitor config tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/lxrandr/doinst.sh')
-rw-r--r-- | system/lxrandr/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lxrandr/doinst.sh b/system/lxrandr/doinst.sh new file mode 100644 index 0000000000..3857649f50 --- /dev/null +++ b/system/lxrandr/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null +fi |