summarylogtreecommitdiffstats
path: root/INSTALL
blob: 8cb43e073859e7f339ce7fe9a97c360b1ba66581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    :
#!/bin/bash

# Link to the binary
ln -sf '/opt/Imaginary/imaginary-teleprompter/imaginary-teleprompter' '/usr/local/bin/imaginary-teleprompter'

}
post_remove() {
    :
#!/bin/bash

# Delete the link to the binary
rm -f '/usr/local/bin/imaginary-teleprompter'

}