Skip to content

Commit

Permalink
Merge pull request #1002 from vorsel/PKG-157_add_marketing_message
Browse files Browse the repository at this point in the history
Pkg 157 add marketing message
  • Loading branch information
vorsel authored Aug 28, 2024
2 parents c0e6f3a + d17d255 commit 5a8140a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packaging/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

#DEBHELPER#
chown mongod:mongod /etc/pbm-storage.conf
cat << EOF
** Join Percona Squad! **
Participate in monthly SWAG raffles, get early access to new product features,
invite-only ”ask me anything” sessions with database performance experts.
Interested? Fill in the form at https://squad.percona.com/mongodb
EOF

exit 0
10 changes: 10 additions & 0 deletions packaging/rpm/mongodb-backup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ fi
fi
%endif

cat << EOF
** Join Percona Squad! **

Participate in monthly SWAG raffles, get early access to new product features,
invite-only ”ask me anything” sessions with database performance experts.

Interested? Fill in the form at https://squad.percona.com/mongodb

EOF


%postun -n percona-backup-mongodb
case "$1" in
Expand Down

0 comments on commit 5a8140a

Please sign in to comment.