diff options
author | fdeak <ferenc.deak@gmail.com> | 2010-05-11 15:18:47 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:47 +0200 |
commit | cf5c23dc7407af9a649248549935726fda435cff (patch) | |
tree | cca59930e9df070a7e0ab1b29b5e39de8d8514ec /system/unison/doinst.sh | |
parent | c63980382762182bd873afef9b8801ad3ed742f9 (diff) | |
download | slackbuilds-cf5c23dc7407af9a649248549935726fda435cff.tar.gz |
system/unison: Initial import
Diffstat (limited to 'system/unison/doinst.sh')
-rw-r--r-- | system/unison/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/unison/doinst.sh b/system/unison/doinst.sh new file mode 100644 index 0000000000..37f8fcb218 --- /dev/null +++ b/system/unison/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications > /dev/null 2>&1 +fi |