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

port=gnome-keyring

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

# desktop database
update-desktop-database -q

# End of file