summarylogtreecommitdiffstats
path: root/pacpl.install
diff options
context:
space:
mode:
authorjonarnold2017-04-08 19:42:14 -0400
committerjonarnold2017-04-08 19:42:14 -0400
commit078637ac71dcca4d566f3ce9c23db0911880869e (patch)
treea0b8265ea957d82e17fb77d6caf34f54d0128de1 /pacpl.install
downloadaur-078637ac71dcca4d566f3ce9c23db0911880869e.tar.gz
initial pacpl upload
Diffstat (limited to 'pacpl.install')
-rw-r--r--pacpl.install59
1 files changed, 59 insertions, 0 deletions
diff --git a/pacpl.install b/pacpl.install
new file mode 100644
index 000000000000..e03710f4a7ac
--- /dev/null
+++ b/pacpl.install
@@ -0,0 +1,59 @@
+post_install() {
+ echo "You must have the appropriate codecs installed to convert."
+ echo ""
+ echo "The following programs are required for full functionality."
+ echo "Note that some are in AUR, and some don't have packages (yet)."
+ echo "==> lame"
+ echo "==> flac"
+ echo "==> shorten"
+ echo "==> faac"
+ echo "==> faad2"
+ echo "==> cdparanoia"
+ echo "==> vorbis-tools"
+ echo "==> mplayer"
+ echo "==> musepack-tools"
+ echo "==> wavpack"
+ echo "==> ofr/ofs (OPTIMfrog)"
+ echo "==> ttaenc"
+ echo "==> lpac"
+ echo "==> speex"
+ echo "==> ffmpeg"
+ echo "==> la"
+ echo "==> bonk"
+ echo "==> sox"
+ echo ""
+ echo "Preferences are located in /etc/pacpl/pacpl.conf"
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ echo "You must have the appropriate codecs installed to convert."
+ echo ""
+ echo "The following programs are required for full functionality."
+ echo "Note that some are in AUR, and some don't have packages (yet)."
+ echo "==> lame"
+ echo "==> flac"
+ echo "==> shorten"
+ echo "==> faac"
+ echo "==> faad2"
+ echo "==> cdparanoia"
+ echo "==> vorbis-tools"
+ echo "==> mplayer"
+ echo "==> musepack-tools"
+ echo "==> wavpack"
+ echo "==> ofr/ofs (OPTIMfrog)"
+ echo "==> ttaenc"
+ echo "==> lpac"
+ echo "==> speex"
+ echo "==> ffmpeg"
+ echo "==> la"
+ echo "==> bonk"
+ echo "==> sox"
+ echo ""
+ echo "Preferences are located in /etc/pacpl/pacpl.conf"
+}
+
+op=$1
+shift
+$op $*