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

port=gnome-screenshot

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

# desktop database
update-desktop-database -q

# End of file