aboutsummarylogtreecommitdiffstats
path: root/megasync-headless.install
diff options
context:
space:
mode:
authorarchimede2016-12-11 01:37:10 +0800
committerarchimede2016-12-11 23:46:27 +0800
commitaa7c8b17b318d82e8d82d3af42d02493c4117ddf (patch)
tree9537e397e692cd996b6ca837f4bec6b4d09bcff0 /megasync-headless.install
downloadaur-aa7c8b17b318d82e8d82d3af42d02493c4117ddf.tar.gz
initial commit
Diffstat (limited to 'megasync-headless.install')
-rw-r--r--megasync-headless.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/megasync-headless.install b/megasync-headless.install
new file mode 100644
index 000000000000..b38abe84ff57
--- /dev/null
+++ b/megasync-headless.install
@@ -0,0 +1,10 @@
+# This is a default template for a post-install scriptlet.
+# Uncomment only required functions and remove any functions
+# you don't need (and this header).
+
+# arg 1: the new package version
+post_install() {
+usr/bin/echo "******************************************************************"
+usr/bin/echo " SET YOUR CREDENTIALS IN /etc/conf.d/megasync-headless.conf"
+usr/bin/echo "******************************************************************"
+}