7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
post_install() {
|
|
cat <<EOF
|
|
Before starting the application remember to create your personal configuration-file.
|
|
Copy the file '/usr/share/fbpanel/default' to '~/.config/fbpanel/default'!
|
|
EOF
|
|
}
|