diff options
author | Josiah Boothby <josiahb@gmail.com> | 2013-01-13 21:35:38 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-01-13 21:35:38 -0600 |
commit | c96e25c918eabaa478586d45a0f9252836a48ed0 (patch) | |
tree | 74e20025cad6be3c99a97fd161a7ab462ae49340 /desktop/e16/doinst.sh | |
parent | 28f429be2362128676d9c998a14e9955e290934c (diff) | |
download | slackbuilds-c96e25c918eabaa478586d45a0f9252836a48ed0.tar.gz |
desktop/e16: Added (window manager for X)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/e16/doinst.sh')
-rw-r--r-- | desktop/e16/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/e16/doinst.sh b/desktop/e16/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/desktop/e16/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 + |