diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-06-29 04:27:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-29 04:27:00 +0700 |
commit | 22c455ce4565a3b1cc4e20f41a8db2144c5fd137 (patch) | |
tree | cf43c83800550749135462445c6aa4f9e1f14adb /graphics/urbanlightscape/doinst.sh | |
parent | 44d784eacc6db904d85de92f470c36a3ec3eed17 (diff) |
graphics/urbanlightscape: Added (photo filter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/urbanlightscape/doinst.sh')
-rw-r--r-- | graphics/urbanlightscape/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/urbanlightscape/doinst.sh b/graphics/urbanlightscape/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/graphics/urbanlightscape/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 2>&1 +fi |