summarylogtreecommitdiffstats
path: root/atraci.install
diff options
context:
space:
mode:
authorThiago Coutinho2015-06-19 09:32:44 -0300
committerThiago Coutinho2015-06-19 09:32:44 -0300
commit0f6cae18f2dc74cb16e7837aad957752c53f6437 (patch)
treebf8f07755204eee370b1b8bab3770888fb8931e6 /atraci.install
downloadaur-atraci-bin.tar.gz
Initial commit
Diffstat (limited to 'atraci.install')
-rw-r--r--atraci.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/atraci.install b/atraci.install
new file mode 100644
index 000000000000..3cb3e4a3b1d0
--- /dev/null
+++ b/atraci.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo
+ echo "WARNING: atraci streams songs from torrents"
+ echo "Downloading copyrighted material may be illegal in your country!"
+ echo "Use at your own risk!"
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: