diff options
author | root <root@rshg054.dnsready.net> | 2012-05-12 00:02:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-12 00:02:41 +0000 |
commit | e1da03cf5ba92abee0e3afd9dc4cef438ebf96c7 (patch) | |
tree | 233b060ecee707d77b6c0d3d91de90eb4beed13e /community/onboard/onboard.install | |
parent | 2ced64d6aa5881fa575de1861c464c432deee26f (diff) |
Sat May 12 00:02:41 UTC 2012
Diffstat (limited to 'community/onboard/onboard.install')
-rw-r--r-- | community/onboard/onboard.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/onboard/onboard.install b/community/onboard/onboard.install new file mode 100644 index 000000000..aa4c3e059 --- /dev/null +++ b/community/onboard/onboard.install @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + update-desktop-database -q + xdg-icon-resource forceupdate +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |