aboutsummarylogtreecommitdiffstats
path: root/fluent-bit.install
blob: 90ce67f427bbcf8af3bf147d7377753e7b003912 (plain)
1
2
3
4
5
6
7
post_install() {
    echo -e '\e[1;33mWARNING: this AUR package is now unmaintained\e[0m'
}

post_upgrade() {
    post_install
}