summarylogtreecommitdiffstats
path: root/pida.install
diff options
context:
space:
mode:
authorConnor Behan2015-07-01 00:13:44 -0400
committerConnor Behan2015-07-01 00:13:44 -0400
commit5970e6dd15d46ec3a93c4a149aa930bed0c9f9f7 (patch)
treeb85463bb75f48e22fa3028d0f59d8775c6c613c9 /pida.install
downloadaur-5970e6dd15d46ec3a93c4a149aa930bed0c9f9f7.tar.gz
Initial import
Diffstat (limited to 'pida.install')
-rw-r--r--pida.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pida.install b/pida.install
new file mode 100644
index 000000000000..e9c1f3407395
--- /dev/null
+++ b/pida.install
@@ -0,0 +1,13 @@
+post_install() {
+ cat << EOF
+==> Install either medit-full, gvim or emacs to act as the editor in PIDA
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+op=$1
+shift
+$op $*