diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-12 23:28:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:21 +0200 |
commit | 1d0648b6256561d2c47d65644768de0dcb288100 (patch) | |
tree | 5a25fdc66c58a0e969e65a95d768141660742350 /desktop/q4wine/doinst.sh | |
parent | f1e9ac521a758c223ef5dc7e86bce8bd75859079 (diff) | |
download | slackbuilds-1d0648b6256561d2c47d65644768de0dcb288100.tar.gz |
desktop/q4wine: Added to 12.2 repository
Diffstat (limited to 'desktop/q4wine/doinst.sh')
-rw-r--r-- | desktop/q4wine/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/q4wine/doinst.sh b/desktop/q4wine/doinst.sh new file mode 100644 index 0000000000..65fd352418 --- /dev/null +++ b/desktop/q4wine/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |