post_install() { ln -sf /usr/bin/clipboard usr/bin/cb } post_upgrade() { post_install } post_remove() { rm -f usr/bin/cb }