blob: 47870f4c40e3db308cc8d49718ec9b6fb1b5aabc (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat << EOF
See /usr/share/tuxtrain/ directory for existing trainers.
You may copy relevant trainers into the /etc/tuxtrain/ directory.
Note: Trainers and their features are disabled by default.
You should edit them to enable chosen features.
EOF
}
|