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

port=gcalctool

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

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

# End of file