summaryrefslogtreecommitdiff
path: root/staging/capi4hylafax/capi4hylafax.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/capi4hylafax/capi4hylafax.install')
-rw-r--r--staging/capi4hylafax/capi4hylafax.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/staging/capi4hylafax/capi4hylafax.install b/staging/capi4hylafax/capi4hylafax.install
new file mode 100644
index 000000000..20c2d8f63
--- /dev/null
+++ b/staging/capi4hylafax/capi4hylafax.install
@@ -0,0 +1,16 @@
+post_install() {
+cat << EOF
+For more information about setting up the package, please have a look here:
+"http://wiki.archlinux.org/index.php/capi4hylafax"
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+cat << EOF
+Please remove your additions to /var/spool/hylafax/etc/config
+EOF
+}