summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2015-11-10 20:31:20 +0000
committerGenerator2015-11-10 20:31:20 +0000
commitadb69bf7e82ae27f706b9da61dab64f44890a4de (patch)
treecf0b12d1373ff839ddd853c137cec71931678f6b
parent880582f50b98a49f26545594bdf978fe622c3888 (diff)
downloadaur-adb69bf7e82ae27f706b9da61dab64f44890a4de.tar.gz
Version bump to 1.1
Package installed to /usr instead of /usr/local
-rw-r--r--connman-gtk.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/connman-gtk.install b/connman-gtk.install
new file mode 100644
index 000000000000..bf6781f93005
--- /dev/null
+++ b/connman-gtk.install
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}