summarylogtreecommitdiffstats
path: root/clipboard.install
blob: 667b2db0dc3f13932935d5f38607ebb54b89ff37 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	ln -sf /usr/bin/clipboard usr/bin/cb
}

post_upgrade() {
	post_install
}

post_remove() {
	rm -f usr/bin/cb
}