summarylogtreecommitdiffstats
path: root/eyerest.install
blob: 436465774eaf7cbf97dae1a30c00f45ef2feafff (plain)
1
2
3
4
5
6
7
post_install() {
    echo "Copy /etc/eyerest into ~/.config/eyerest for personal configuration."
}

post_remove() {
    echo "Config files in ~/.config/eyerest not removed."
}