diff options
author | Jose Maria Marin Carceles <chemarister@gmail.com> | 2010-05-13 00:58:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:24 +0200 |
commit | 90fd724a8dc2808ec96ce16bb53a51feea460d7f (patch) | |
tree | 3bb236f8954460857fcccc857ecbd6985a932ab7 /graphics/whyteboard/doinst.sh | |
parent | f885c29e2c8d70d79915c5c15522525c9cbea4ec (diff) |
graphics/whyteboard: Added to 13.0 repository
Diffstat (limited to 'graphics/whyteboard/doinst.sh')
-rw-r--r-- | graphics/whyteboard/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/whyteboard/doinst.sh b/graphics/whyteboard/doinst.sh new file mode 100644 index 0000000000000..392c12adb9bd3 --- /dev/null +++ b/graphics/whyteboard/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |