summarylogtreecommitdiffstats
path: root/conky-lua-nv.install
blob: 51ce4095b04a1dd640bc4c3eee472611d49d0dee (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "You must install one of the nvidia packages suitable"
  echo "for your GPU for the nvidia support to properly work"
}

post_upgrade() {
  post_install $1
}