summarylogtreecommitdiffstats
path: root/gnome-keysign.install
blob: 21e59705e676fb65da91f3eed8ea9141d4520a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
 echo ">>> GNOME-Keysign requires a working Avahi local server."
 echo ">>> Enable it executing 'systemctl enable avahi-daemon'"
 echo ">>> If you want to also use Bluetooth you need to install"
 echo ">>> the optional dependency python-pybluez and enable the"
 echo ">>> Bluetooth daemon with 'systemctl enable bluetooth'"
}

post_upgrade() {
    post_install
}