summarylogtreecommitdiffstats
path: root/dde-top-panel.install
blob: 714055e0e065ec5463c872d2a5e70bde83cb6961 (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
}