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

post_upgrade() {
    post_install
}