[ create a new paste ] login | about

Link: http://codepad.org/aFbHpDQL    [ raw code | fork ]

Plain Text, pasted on Sep 23:
1
2
3
4
5
6
7
8
9
10
cat post-install
#!/bin/sh

# sudo rm /opt/microchip

if [ -d "/opt/microchip.temporarily_renamed_for_xc16_install" ]; then
   # Control will enter here if $DIRECTORY exists.
   sudo mv /opt/microchip.temporarily_renamed_for_xc16_install /opt/microchip
fi
sudo chown root:root /opt


Create a new paste based on this one


Comments: