summarylogtreecommitdiffstats
path: root/universal-android-debloater-git.install
blob: b8c859346a64e9e858b81c862266f9810a07f165 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo -e "##########################################################################"
    echo -e "## The package can be found in /usr/bin/universal-android-debloater-gui ##"
    echo -e "##########################################################################"
}

post_upgrade() {
    post_install
}