]> piware.de Git - bin.git/blobdiff - google-chrome
postinst-setup-fedora: Drop postfix
[bin.git] / google-chrome
old mode 100755 (executable)
new mode 100644 (file)
index 486e6ae..6ea8b96
@@ -1,3 +1,5 @@
 #!/bin/sh
-export HOME=/home/martin/.cache/chrome-home
-exec /usr/bin/google-chrome
+if [ "$HOME" = "/home/martin" ]; then
+    export HOME=/home/martin/.cache/chrome-home
+fi
+exec /usr/bin/google-chrome "$@"