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

port=vino

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

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

# End of file