summarylogtreecommitdiffstats
path: root/dsnote.install
blob: fd7e920cd297e306c11c9a31986e7928c860c324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo "** Some features of Speech Note may require optional AUR or Python packages"
    echo "** Please check the installation log, help or project page for more info"
}

post_upgrade() {
    post_install
}

#post_remove() {
    # placeholder
#}