summarylogtreecommitdiffstats
path: root/nexus-oss.install
diff options
context:
space:
mode:
authorpappy2017-12-28 19:26:11 +0200
committerpappy2017-12-28 19:26:11 +0200
commit667b1900b120879cde7d42a33a9dac381beecb7a (patch)
tree83c650c7d4944e5d830facb7e918974be9f0b2cb /nexus-oss.install
parent372a28cd6ba1cf5bf9e51cf6a0c3ed9e8cc890cd (diff)
downloadaur-667b1900b120879cde7d42a33a9dac381beecb7a.tar.gz
upgraded to 3.7.1-02
Diffstat (limited to 'nexus-oss.install')
-rw-r--r--nexus-oss.install10
1 files changed, 9 insertions, 1 deletions
diff --git a/nexus-oss.install b/nexus-oss.install
index 8289e689b313..245c1bd341a3 100644
--- a/nexus-oss.install
+++ b/nexus-oss.install
@@ -1,8 +1,10 @@
post_install()
{
systemd-sysusers nexus-oss.conf
+ echo -n 'Changing the ownership of var/lib/nexus-oss, be patient...'
chown -R nexus:nexus var/lib/nexus-oss
chmod -R o-rwx var/lib/nexus-oss
+ echo ' done'
systemd-tmpfiles --create nexus-oss.conf
cat <<EOF
@@ -26,6 +28,13 @@ EOF
post_upgrade()
{
systemctl daemon-reload
+
+ cat <<EOF
+
+See Release Notes at
+ https://help.sonatype.com/display/NXRM3/2017+Release+Notes
+
+EOF
}
pre_remove()
@@ -37,4 +46,3 @@ post_remove()
{
systemctl daemon-reload
}
-