Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - privacy-haters - Tools and configs to help you against privacy hater…
git clone git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2…
Log
Files
Refs
Tags
README
LICENSE
---
Makefile (327B)
---
1 .POSIX:
2
3 SRC = user.js
4 FIREFOXDIR = ${HOME}/.mozilla/firefox
5 PROFILE != awk '/Default=[A-z0-9][A-z0-9]+/ {sub(/.*=/, "", $$0); print …
6
7 install: ${SRC}
8 cp ${SRC} ${FIREFOXDIR}/${PROFILE}/
9
10 uninstall:
11 for f in ${SRC}; do \
12 rm ${FIREFOXDIR}/${PROFILE}/"$$f"; \
13 done
14
15 .PHONY: install uninstall
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.