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

port=gedit

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

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

# End of file