diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:28:59 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:28:59 +0200 |
commit | 08c14438ada25899c6c302c76272ce9ad44e6fe4 (patch) | |
tree | b1ebd59f9158e27d6dc0ab7fd287deac4b73a6be /development/xmlcopyeditor/doinst.sh | |
parent | 814736aa851fb5182b55d67aa38fed9f25717b67 (diff) | |
download | slackbuilds-08c14438ada25899c6c302c76272ce9ad44e6fe4.tar.gz |
development/xmlcopyeditor: Added to 12.2 repository
Diffstat (limited to 'development/xmlcopyeditor/doinst.sh')
-rw-r--r-- | development/xmlcopyeditor/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/xmlcopyeditor/doinst.sh b/development/xmlcopyeditor/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/development/xmlcopyeditor/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 + |