summarylogtreecommitdiffstats
path: root/ktop-git.install
blob: 0776fc3ef1a02268f6178e385a6ac6b377c8d9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Colored makepkg-like functions
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"

post_install() {
    printf "\n"
    printf "==> NOTE: Execute by running ${bold}ktop${all_off}\n"
}

post_upgrade() {
    post_install
}