blob: 704790ee425955e669e1416dad0c1b87934ac0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat << EOF
!!! You have to read and accept the EULA before using this software!
!!! Read it here: /usr/share/licenses/dike/
EOF
}
post_upgrade() {
post_install
}
|