We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37db4af commit 80c7687Copy full SHA for 80c7687
Package/postflight.txt
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-rm -R $HOME/Library/Internet\ Plug-Ins/ClickToFlash.plugin
4
-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/"
5
pkgutil --forget com.github.rentzsch.clicktoflash.pkg
6
7
exit 0
0 commit comments