From b24327d73e53c34620b0db2d6c339cc2f29ae091 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 Feb 2011 16:28:33 +0100 Subject: [PATCH] pastebinit: add links to a shorter command 'paste' and to 'wgetpaste' for compatibility Signed-off-by: Stephan Raue --- packages/tools/pastebinit/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/tools/pastebinit/install b/packages/tools/pastebinit/install index 7b7635cd67..980be98a6e 100755 --- a/packages/tools/pastebinit/install +++ b/packages/tools/pastebinit/install @@ -27,3 +27,5 @@ mkdir -p $INSTALL/etc/pastebin.d mkdir -p $INSTALL/usr/bin cp $PKG_BUILD/pastebinit $INSTALL/usr/bin + ln -sf pastebinit $INSTALL/usr/bin/paste # link for a shorter command + ln -sf pastebinit $INSTALL/usr/bin/wgetpaste # link for compatibility