diff options
author | Wade Nelson <wade.nels@gmail.com> | 2010-05-12 23:33:03 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:33:03 +0200 |
commit | 6dc162c624a565eb400591fa4a804be66635540b (patch) | |
tree | bea4e0e933a7b7be5cd261f5ae728732791d1435 /office/pyroom/doinst.sh | |
parent | 1f85114c5951896b79ab50eb7f0996b7903f4516 (diff) | |
download | slackbuilds-6dc162c624a565eb400591fa4a804be66635540b.tar.gz |
office/pyroom: Added to 12.2 repository
Diffstat (limited to 'office/pyroom/doinst.sh')
-rw-r--r-- | office/pyroom/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/pyroom/doinst.sh b/office/pyroom/doinst.sh new file mode 100644 index 0000000000..ff5dd6d547 --- /dev/null +++ b/office/pyroom/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |