diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:58:17 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:17 +0200 |
commit | 1b35ee705d970f7f65a8c67a1bbede55fc781546 (patch) | |
tree | 100bf7a3438d95040e59a2aa2f376e6f2f7bb3e6 /graphics/fotowall/doinst.sh | |
parent | 5baa4791896f1efee0f209d0fdae5d2af4768076 (diff) | |
download | slackbuilds-1b35ee705d970f7f65a8c67a1bbede55fc781546.tar.gz |
graphics/fotowall: Added to 13.0 repository
Diffstat (limited to 'graphics/fotowall/doinst.sh')
-rw-r--r-- | graphics/fotowall/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/fotowall/doinst.sh b/graphics/fotowall/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/graphics/fotowall/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 + |