diff options
author | B. Jogai <jogaib at comcast {dot} net> | 2010-05-13 00:57:23 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:23 +0200 |
commit | a6c8e94ae10542688f49807f28195c41246dcac8 (patch) | |
tree | ed90ae3447103438fe9376dbaf2ed5674c7b22be /academic/xcircuit/doinst.sh | |
parent | 2ea248970dec2391fc79e2efd6d357c378318070 (diff) | |
download | slackbuilds-a6c8e94ae10542688f49807f28195c41246dcac8.tar.gz |
academic/xcircuit: Added to 13.0 repository
Diffstat (limited to 'academic/xcircuit/doinst.sh')
-rw-r--r-- | academic/xcircuit/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/xcircuit/doinst.sh b/academic/xcircuit/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/academic/xcircuit/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 + |