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

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