summarylogtreecommitdiffstats
path: root/agisoft-delighter.install
blob: ea979b4c463ec000daaaa7e0ebb581b292e537fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
    # Display the name of executable
    echo
    echo "The launcher is called agisoft-delighter"
    echo
}

post_remove() {
    rm -rf /opt/agisoft/delighter
    rm -d /opt/agisoft 2>/dev/null
    echo
    echo "The users data were kept at the below locations"
    echo "\$HOME/.agisoft"
    echo "\$HOME/.config/Agisoft"
    echo "\$HOME/.local/share/Agisoft"
    echo
}