summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2015-09-18 20:08:06 +0200
committerSander Boom2015-09-18 20:08:06 +0200
commit8ac8d9cecd3c878a2babd91e4d15208837392d9d (patch)
tree4452ed71531c8ab66e5523e91571547c57cb412c
parent942e2091ee86cdf2de39e5d38e1d3a8dea54df67 (diff)
downloadaur-8ac8d9cecd3c878a2babd91e4d15208837392d9d.tar.gz
Removed unnecessary post_remove(); Added comment on submitting improvements
-rw-r--r--PKGBUILD8
-rw-r--r--kitematic.install3
2 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7106da264bc5..a0a6355892c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Sander Boom <sanderboom@gmail.com>
-# Upstream URL Kitematic: https://github.com/kitematic/kitematic
-# Upstream URL linux-support: https://github.com/zedtux/kitematic
-
+# Improvements via PR welcome at: https://github.com/sanderboom/aur-kitematic
+#
# Kitematic support for linux is not yet official. This package aims to be a
# quick-and-dirty solution to install and run (providing a *.desktop file) for
# the time being.
+#
+# Upstream URL Kitematic: https://github.com/kitematic/kitematic
+# Upstream URL linux-support: https://github.com/zedtux/kitematic
pkgname=kitematic
pkgver=0.7.2.r128.ge8e1fba
diff --git a/kitematic.install b/kitematic.install
index 905b35595edf..bd352bd9c857 100644
--- a/kitematic.install
+++ b/kitematic.install
@@ -23,6 +23,3 @@ post_upgrade() {
post_install $1
}
-post_remove() {
- post_install $1
-}