summarylogtreecommitdiffstats
path: root/deadbeef-qt5-git.install
blob: 184f0278eefc9a3b93684472a8e49504d47ea7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgname=deadbeef-qt5-git

post_install() {

  cat <<EOF
==> You can now select Qt Gui Plugin in Edit/Preferences/Interface
==> and restart DeaDBeeF.
EOF
}

post_upgrade() {
  post_install
}