summarylogtreecommitdiffstats
path: root/dealer-4.install
diff options
context:
space:
mode:
authorFoppe Hemminga2015-07-07 13:15:51 +0200
committerFoppe Hemminga2015-07-07 13:15:51 +0200
commit099b7300bd5b9104bc06601ac120e4085654a0f0 (patch)
treea5a7311afd2ddd744c682447b692eb646e6411ce /dealer-4.install
downloadaur-099b7300bd5b9104bc06601ac120e4085654a0f0.tar.gz
Initial commit copy of AUR3
Diffstat (limited to 'dealer-4.install')
-rw-r--r--dealer-4.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/dealer-4.install b/dealer-4.install
new file mode 100644
index 000000000000..9f6a84ce48a8
--- /dev/null
+++ b/dealer-4.install
@@ -0,0 +1,14 @@
+post_install() {
+cat << EOF
+
+See html manual in /usr/share/doc/dealer/Manual
+See examples in /usr/share/doc/dealer/Examples
+Use man dealer.dpp for information on creating a pre
+ processor file
+Use man dealer for information on using dealer.
+
+EOF
+}
+post_upgrade() {
+ post_install
+}