Skip to content

Commit

Permalink
Quote pathnames in script
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
0xced authored and rentzsch committed May 4, 2009
1 parent 37db4af commit 80c7687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package/postflight.txt
@@ -1,7 +1,7 @@
#!/bin/sh

rm -R $HOME/Library/Internet\ Plug-Ins/ClickToFlash.plugin
mv /tmp/ClickToFlash.plugin $HOME/Library/Internet\ Plug-Ins/
rm -rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin"
mv /tmp/ClickToFlash.plugin "$HOME/Library/Internet Plug-Ins/"
pkgutil --forget com.github.rentzsch.clicktoflash.pkg

exit 0

0 comments on commit 80c7687

Please sign in to comment.