summarylogtreecommitdiffstats
path: root/keepass-plugin-keeagent-beta.install
blob: 9af0aab592a29fc518dc4c8a573f5289dc343993 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

post_install() {
    cat<<INSTALLEOF
    This is beta software. If you find any bugs, please report
    them upstream.
INSTALLEOF
}