summarylogtreecommitdiffstats
path: root/x264transcode.install
diff options
context:
space:
mode:
Diffstat (limited to 'x264transcode.install')
-rw-r--r--x264transcode.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/x264transcode.install b/x264transcode.install
new file mode 100644
index 000000000000..0a39b951f151
--- /dev/null
+++ b/x264transcode.install
@@ -0,0 +1,16 @@
+post_install() {
+cat << EOF
+Copy /usr/share/x264transcode/autoripper.conf to ~/.autoripper.conf
+and edit to suit your setup.
+
+=====
+In the rare case you have a mplayer variant without the mencoder
+binary (e.g mplayer-minimal), you'll have to install the mencoder
+package separately (or use either extra/mplayer or AUR/mplayer-svn)
+=====
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}