summarylogtreecommitdiffstats
path: root/clash-for-windows.install
blob: 7eab6d34c77fe625ee426c32e3313776fec40b89 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo 'You could use `ln -s /usr/share/applications/clash-for-windows.desktop /etc/xdg/autostart/` to enable auto start.'
    echo 'Installing Service Mode may requires manually restart of program'
}

pre_remove() {
    rm -f /etc/xdg/autostart/clash-for-windows.desktop 2>/dev/null
}