summarylogtreecommitdiffstats
path: root/clash-for-windows.install
blob: 2a0faa0cf4163fb26f5678559110ab039a494fa0 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo 'You could use `ln -s /usr/share/applications/clash-for-windows-chinese.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-chinese.desktop 2>/dev/null
}