summaryrefslogtreecommitdiff
path: root/community/gnac/gnac.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-26 00:01:46 +0000
committerroot <root@rshg054.dnsready.net>2012-03-26 00:01:46 +0000
commitf96a2208b6a0ba89c3d824514a3929f08d79f7bf (patch)
tree88c1033b9ec826ca6da1f1847685957bce496c62 /community/gnac/gnac.install
parent891f44722456b693d99b397f7e332a9ed68a47a2 (diff)
Mon Mar 26 00:01:45 UTC 2012
Diffstat (limited to 'community/gnac/gnac.install')
-rw-r--r--community/gnac/gnac.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gnac/gnac.install b/community/gnac/gnac.install
new file mode 100644
index 000000000..aa4c3e059
--- /dev/null
+++ b/community/gnac/gnac.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
+}