5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
install -Dm644 userChrome.css \
|
|
"/usr/lib/firefox/browser/defaults/preferences/chrome/userChrome.css"
|