summarylogtreecommitdiffstats
path: root/brouwhulp-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'brouwhulp-bin.install')
-rw-r--r--brouwhulp-bin.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/brouwhulp-bin.install b/brouwhulp-bin.install
new file mode 100644
index 000000000000..4a351ddeec87
--- /dev/null
+++ b/brouwhulp-bin.install
@@ -0,0 +1,16 @@
+post_install() {
+cat << EOF
+
+######################################################################
+ Please keep in mind the following:
+ Additional MANDATORY AUR dependencies
+
+ (32bit only) lib32-qt4pas
+######################################################################
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+}