diff options
author | Pierre Cazenave <pwcazenaveatgmaildotcom> | 2010-05-12 23:31:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:31:53 +0200 |
commit | 97beae5189c14818715267f845fa50c6f6147698 (patch) | |
tree | b2599b88d8d1498c34341008ac521525378a523c /multimedia/wxcam/doinst.sh | |
parent | 0a5a885cc63d8310b52c32fa50d3b2dc011fafab (diff) |
multimedia/wxcam: Added to 12.2 repository
Diffstat (limited to 'multimedia/wxcam/doinst.sh')
-rw-r--r-- | multimedia/wxcam/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/wxcam/doinst.sh b/multimedia/wxcam/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/multimedia/wxcam/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 + |