blob: 5b83e1e32ebcebb5f8efea3dd2c9a941b62081da (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat <<EOF
Required files are located in /usr/share/doc/rawdog
Copy config & style.css to ~/.rawdog
Move style.css if the html output location is changed
EOF
}
|