summarylogtreecommitdiffstats
path: root/clipboard.install
diff options
context:
space:
mode:
Diffstat (limited to 'clipboard.install')
-rw-r--r--clipboard.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/clipboard.install b/clipboard.install
deleted file mode 100644
index 667b2db0dc3f..000000000000
--- a/clipboard.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- ln -sf /usr/bin/clipboard usr/bin/cb
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- rm -f usr/bin/cb
-}