summarylogtreecommitdiffstats
path: root/kitematic.install
diff options
context:
space:
mode:
authorSander Boom2015-09-18 19:53:18 +0200
committerSander Boom2015-09-18 19:53:18 +0200
commit942e2091ee86cdf2de39e5d38e1d3a8dea54df67 (patch)
treebc9070091983069e77adf69fedab42f6edf02981 /kitematic.install
downloadaur-942e2091ee86cdf2de39e5d38e1d3a8dea54df67.tar.gz
Initial commit
Diffstat (limited to 'kitematic.install')
-rw-r--r--kitematic.install28
1 files changed, 28 insertions, 0 deletions
diff --git a/kitematic.install b/kitematic.install
new file mode 100644
index 000000000000..905b35595edf
--- /dev/null
+++ b/kitematic.install
@@ -0,0 +1,28 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+
+ cat << _EOF
+
+ ==> Kitematic install/upgrade note:
+ ------------------------------------------------------------------------------
+ Linux support for Kitematic is not yet official.
+
+ This AUR package solely installs a binary build from the linux-support branch
+ at https://github.com/zedtux/kitematic and adds a .desktop file and icon.
+
+ For the rest you are on your own ;)
+ See:
+ - https://github.com/kitematic/kitematic/wiki/Early-Linux-Support
+ - https://github.com/kitematic/kitematic/issues/49
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}