summaryrefslogtreecommitdiff
path: root/raring-armhf-nano/customization/hooks/52-remove_etc_parts.binary
blob: db8a5477e6c9320e205c119af6742fbc2ed86f0d (plain)
1
2
3
4
5
6
7
#!/bin/sh  

cd binary/boot/filesystem.dir

echo "I: rm /etc/X11 and /etc/firefox"
rm -rf ./etc/X11
rm -rf ./etc/firefox