summaryrefslogtreecommitdiffstats
path: root/gnome-contacts/post-install
blob: f7af46869ca37ea5f96eb5898e87d8e0cdbb769a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# glib schemas
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

# desktop database
update-desktop-database -q

# End of file