archrelease: copy trunk to community-any
[ArchLinux/community.git] / flameshot / repos / community-x86_64 / flameshot.install
blob140fe4a9cfd0f297ef87d334a867caf87deeb38a
1 echo_shortcut() {
2         echo "See the link about keyboard shortcuts: https://github.com/lupoDharkael/flameshot#keyboard-shortcuts"
5 echo_gnome3() {
6         echo "For Gnome3 users: please install one of the tray icons extension to use the systray icon"
9 post_upgrade(){
10         if [ $(vercmp $2 0.5.1) -lt 0 ]; then
11         echo_shortcut
12         fi
14         if [ $(vercmp $2 0.5.1-3) -lt 0 ]; then
15         echo_gnome3
16         fi
19 post_install(){
20     echo_shortcut
21     echo_gnome3