Skip to content

Commit 5a8140a

Browse files
authored
Merge pull request #1002 from vorsel/PKG-157_add_marketing_message
Pkg 157 add marketing message
2 parents c0e6f3a + d17d255 commit 5a8140a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

packaging/debian/postinst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22

33
#DEBHELPER#
44
chown mongod:mongod /etc/pbm-storage.conf
5+
cat << EOF
6+
** Join Percona Squad! **
7+
8+
Participate in monthly SWAG raffles, get early access to new product features,
9+
invite-only ”ask me anything” sessions with database performance experts.
10+
11+
Interested? Fill in the form at https://squad.percona.com/mongodb
12+
13+
EOF
14+
515
exit 0

packaging/rpm/mongodb-backup.spec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ fi
110110
fi
111111
%endif
112112

113+
cat << EOF
114+
** Join Percona Squad! **
115+
116+
Participate in monthly SWAG raffles, get early access to new product features,
117+
invite-only ”ask me anything” sessions with database performance experts.
118+
119+
Interested? Fill in the form at https://squad.percona.com/mongodb
120+
121+
EOF
122+
113123

114124
%postun -n percona-backup-mongodb
115125
case "$1" in

0 commit comments

Comments
 (0)