diff options
Diffstat (limited to 'source/l/QtAV/doinst.sh')
-rw-r--r-- | source/l/QtAV/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/QtAV/doinst.sh b/source/l/QtAV/doinst.sh new file mode 100644 index 00000000..5fb28930 --- /dev/null +++ b/source/l/QtAV/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |