15 lines
495 B
Bash
15 lines
495 B
Bash
#!/bin/sh
|
|
# weatherstation-database postinst
|
|
|
|
echo ""
|
|
echo "####################################################"
|
|
echo "# Achtung: #"
|
|
echo "# Bitte lesen Sie die Anleitung zur weiteren #"
|
|
echo "# Installation unter: #"
|
|
echo "# /usr/share/doc/weatherstation-database/readme #"
|
|
echo "# nach! #"
|
|
echo "####################################################"
|
|
echo ""
|
|
|
|
#DEBHELPER#
|