summarylogtreecommitdiffstats
path: root/urho3d.install
blob: 27834653126f25d66924457533fc38135c4ed2d1 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "You need to export URHO3D_PREFIX_PATH=/usr/share/Urho3D/Resources in order to run samples"
}

post_upgrade() {
  post_install
}