summaryrefslogtreecommitdiffstats
path: root/kde/doinst.sh/bluedevil
blob: 85ff4d866d67496679f8d5435f9eeb0f84d0f496 (plain) (blame)
1
2
3
4
#!/bin/sh
if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
fi