Skip to content

Commit d17d255

Browse files
committed
PKG-157 pbm: add marketing message to postinstall
1 parent 42203c9 commit d17d255

File tree

3 files changed

+20
-69
lines changed

3 files changed

+20
-69
lines changed

.cirrus.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

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)