aboutsummarylogtreecommitdiffstats
path: root/megasync-headless.install
blob: b38abe84ff57af871fe91edb01a8d22cd860e81a (plain)
1
2
3
4
5
6
7
8
9
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 "******************************************************************"
}