diff options
Diffstat (limited to 'development/robomongo/robomongo.launcher')
-rw-r--r-- | development/robomongo/robomongo.launcher | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/robomongo/robomongo.launcher b/development/robomongo/robomongo.launcher new file mode 100644 index 000000000000..b00053528bb4 --- /dev/null +++ b/development/robomongo/robomongo.launcher @@ -0,0 +1,4 @@ +#!/bin/sh +export LD_LIBRARY_PATH=/usr/lib@LIBDIRSUFFIX@/robomongo:$LD_LIBRARY_PATH +export QT_PLUGIN_PATH=/usr/lib@LIBDIRSUFFIX@/robomongo:$QT_PLUGIN_PATH +exec /usr/bin/robomongo.bin |