summarylogtreecommitdiffstats
path: root/wineqq-longene.install
blob: e90edb2c1b1d071481e0c64aeedc885792cf4815 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    ln -s /opt/longene/qq/qq.sh /usr/bin/qq
    chmod +x /usr/bin/qq
    chmod +x /opt/longene/qq/firstrun
}

post_remove() {
	rm -f /usr/bin/qq
	rm -rf /opt/longene
}