diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-05-17 12:03:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-05-17 12:03:46 +0200 |
commit | 8dc1d552c0bab7b72371c3a1529e365410c7548c (patch) | |
tree | ba9a58862318bf0a3cebaeec3d409e09048dcc73 /rtorrent-extended/rtorrent-extended.install | |
parent | 6f48dae43b82aa4b02d1ef21ab39f2d27f5905f7 (diff) | |
download | aur-packages-8dc1d552c0bab7b72371c3a1529e365410c7548c.tar.gz aur-packages-8dc1d552c0bab7b72371c3a1529e365410c7548c.tar.xz |
add rtorrent-extended
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'rtorrent-extended/rtorrent-extended.install')
-rw-r--r-- | rtorrent-extended/rtorrent-extended.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rtorrent-extended/rtorrent-extended.install b/rtorrent-extended/rtorrent-extended.install new file mode 100644 index 0000000..811a690 --- /dev/null +++ b/rtorrent-extended/rtorrent-extended.install @@ -0,0 +1,9 @@ +post_install() { + echo "" + echo "rTorrent-eXtended new options in .rtorrent.rc supported" + echo "examples at http://lky.cc/rtorrent-extended/" +} +post_upgrade() { + post_install +} + |