diff options
Diffstat (limited to 'urho3d-git.install')
-rw-r--r-- | urho3d-git.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/urho3d-git.install b/urho3d-git.install new file mode 100644 index 000000000000..27834653126f --- /dev/null +++ b/urho3d-git.install @@ -0,0 +1,7 @@ +post_install() { + echo "You need to export URHO3D_PREFIX_PATH=/usr/share/Urho3D/Resources in order to run samples" +} + +post_upgrade() { + post_install +} |