summarylogtreecommitdiffstats
path: root/gazebo.install
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-06-21 17:19:21 +0900
committerBenjamin Chrétien2015-06-21 17:19:21 +0900
commitadc5c2e8436af4538a85f3c42a6a05f398c324cb (patch)
treea42873d2d42b78f1b1493c72f16824a549f6147d /gazebo.install
downloadaur-adc5c2e8436af4538a85f3c42a6a05f398c324cb.tar.gz
Initial commit
Diffstat (limited to 'gazebo.install')
-rw-r--r--gazebo.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/gazebo.install b/gazebo.install
new file mode 100644
index 000000000000..19479994c944
--- /dev/null
+++ b/gazebo.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "==> Now you need to export some Gazebo variables:"
+ echo "==> If you're using bash:"
+ echo "==> echo 'source /usr/share/gazebo/setup.sh' >> ~/.bashrc"
+ echo "==> source ~/.bashrc"
+}