aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtor-browser-dl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tor-browser-dl b/tor-browser-dl
index 643514b..a067b28 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -75,6 +75,15 @@ if [ -e "$HOME/.pentadactyl" ]; then
)
fi
+# Set vimperator if available
+if [ -e "$HOME/.vimperator" ]; then
+ (
+ cd "$APP_BASE/$ARCH-$VERSION/Browser"
+ ln -s "$HOME/.vimperator"
+ ln -s "$HOME/.vimperatorrc"
+ )
+fi
+
# Cleanup
rm -rf "$TEMP"
echo "Please check and cleanup old versions at $APP_BASE"