summarylogtreecommitdiffstats
path: root/pyroscope.install
diff options
context:
space:
mode:
Diffstat (limited to 'pyroscope.install')
-rw-r--r--pyroscope.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyroscope.install b/pyroscope.install
new file mode 100644
index 000000000000..be4ed5027ac0
--- /dev/null
+++ b/pyroscope.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo
+ echo " An updated rtorrent.rc file is installed to"
+ echo " /usr/share/doc/rtorrent/rtorrent.rc.sample"
+ echo " If you wish to use the pyrocore tools, you'll want to read"
+ echo " https://code.google.com/p/pyroscope/wiki/UserConfiguration"
+ echo
+}
+post_upgrade() {
+ post_install
+}