summarylogtreecommitdiffstats
path: root/cuttlefish.install
blob: e068dedc93d0d57a330f7b0e46669a9dac975554 (plain)
1
2
3
4
5
6
7
8
post_install() {
    glib-compile-schemas /usr/share/glib-2.0/schemas
}

post_remove() {
    glib-compile-schemas /usr/share/glib-2.0/schemas
}