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 5609841..585e89f 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -65,6 +65,15 @@ mv $TEMP/tor-browser_$LANG $APP_BASE/$ARCH-$VERSION
rm -rf $APP_BASE/$ARCH && \
( cd $APP_BASE && ln -sf $ARCH-$VERSION $ARCH )
+# Set pentadactyl if available
+if [ -e '~/.pentadactyl' ]; then
+ (
+ cd $APP_BASE/$ARCH-$VERSION
+ ln -s ~/.pentadactyl
+ ln -s ~/.pentadactylrc
+ )
+fi
+
# Cleanup
rm -rf $TEMP
echo "Please check and cleanup old versions at $APP_BASE"