summarylogtreecommitdiffstats
path: root/agisoft-viewer.install
blob: 9881d3f39a0b43ca40151a5cee3c9ef66e7cf20a (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-viewer"
    echo
}

post_remove() {
    rm -rf /opt/agisoft/viewer
    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
}