From 020cf726a967cb001a950a2606c37f7386d6ecba Mon Sep 17 00:00:00 2001 From: rentzsch Date: Thu, 27 Aug 2009 23:23:04 -0500 Subject: [PATCH] Revert "Tweak postflight script to ensure plugin dirs are installed executable." This reverts commit 3c2b3ac31ef89c7b91702f5ee6f1a9e7038c5f6e. --- Installer/scripts/postflight | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Installer/scripts/postflight b/Installer/scripts/postflight index 93e1dd3b..7151097f 100755 --- a/Installer/scripts/postflight +++ b/Installer/scripts/postflight @@ -4,11 +4,10 @@ rm -rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin" rm -rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin" mv /tmp/ClickToFlash.webplugin "$HOME/Library/Internet Plug-Ins/" chown -R $USER "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin" -find "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin" -type d -exec chmod 755 \{} \; -find "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin" -type f -exec chmod 644 \{} \; +chmod -R 664 "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin" chmod 775 "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/MacOS/ClickToFlash" chmod 775 "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle" chmod 775 "$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch" pkgutil --forget com.github.rentzsch.clicktoflash.pkg -exit 0 +exit 0 \ No newline at end of file