summarylogtreecommitdiffstats
path: root/codegrade-fs-electron.install
blob: 388ee698e890d4cca54fcfbcf92e450e7074ae9e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    # Link to the binary
    ln -sf '/opt/CodeGrade Filesystem/codegrade-fs' '/usr/local/bin/codegrade-fs'
}

post_remove() {
    # Delete the link to the binary
    rm -f '/usr/local/bin/codegrade-fs'
}