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

port=libgnomekbd

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

# desktop database
update-desktop-database > /dev/null

# End of file