summarylogtreecommitdiffstats
path: root/slack-desktop.install
blob: d46128c14c15c46a53572e2b0c809ced3a25cc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vim: ft=sh ts=4 sw=4 et

post_install () {
    cat <<EOF

If you are installing this package in i686 architecture the real version of
Slack Desktop is 2.1.2 cause Slack people don't provide new update for this
architecture.

EOF
}

post_upgrade () {
    post_install
}