summarylogtreecommitdiffstats
path: root/clash-for-windows-bin.install
blob: ab67f4e40af4a5b75308c3e30e6509a7a6fb7f48 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo 'Clash for Windows has it own built-in autostart since 0.18.1.'
    echo 'Enable it will create .desktop file under $HOME/.config/autostart/'
    # echo 'You cloud use `ln -s /usr/share/applications/clash-for-windows.desktop /etc/xdg/autostart/` to enable auto start when bulit-in's not working.'
    # echo 'Installing Service Mode may requires manually restart of program'
}

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