summarylogtreecommitdiffstats
path: root/micropad.install
blob: 30d0bda569be48dfbed99abd9d308bc200a01330 (plain)
1
2
3
4
5
6
7
8
post_remove() {
    :
#!/bin/bash

# Delete the link to the binary
rm -f '/usr/bin/micropad'

}