From 8e821d9a1761afcf33fb71a5c3d87a4f813d22eb Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 17 Jun 2012 10:43:18 +0000 Subject: [PATCH] * setup /usr/bin/filebot via postinst/prerem scripts --- build.xml | 59 +++++++++++++++++--------------------- installer/deb/postinst.sh | 2 ++ installer/deb/prerem.sh | 2 ++ installer/ipkg/postinst.sh | 2 ++ installer/ipkg/prerem.sh | 2 ++ 5 files changed, 35 insertions(+), 32 deletions(-) create mode 100644 installer/deb/postinst.sh create mode 100644 installer/deb/prerem.sh create mode 100644 installer/ipkg/postinst.sh create mode 100644 installer/ipkg/prerem.sh diff --git a/build.xml b/build.xml index a6e986eb..06e8ae59 100644 --- a/build.xml +++ b/build.xml @@ -141,7 +141,7 @@ - + @@ -187,45 +187,40 @@ - + FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. - - - - + + + - - - - FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. - - - - - - - - - - - FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. - - - - - - - + + + + + + + - + + + + + FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. + + + + + + + @@ -243,7 +238,7 @@ - + @@ -384,7 +379,7 @@ - + @@ -489,7 +484,7 @@ - + diff --git a/installer/deb/postinst.sh b/installer/deb/postinst.sh new file mode 100644 index 00000000..62a8b496 --- /dev/null +++ b/installer/deb/postinst.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ln -s /usr/share/filebot/bin/filebot.sh /usr/bin/filebot diff --git a/installer/deb/prerem.sh b/installer/deb/prerem.sh new file mode 100644 index 00000000..2b96768c --- /dev/null +++ b/installer/deb/prerem.sh @@ -0,0 +1,2 @@ +#!/bin/sh +rm /usr/bin/filebot diff --git a/installer/ipkg/postinst.sh b/installer/ipkg/postinst.sh new file mode 100644 index 00000000..62a8b496 --- /dev/null +++ b/installer/ipkg/postinst.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ln -s /usr/share/filebot/bin/filebot.sh /usr/bin/filebot diff --git a/installer/ipkg/prerem.sh b/installer/ipkg/prerem.sh new file mode 100644 index 00000000..2b96768c --- /dev/null +++ b/installer/ipkg/prerem.sh @@ -0,0 +1,2 @@ +#!/bin/sh +rm /usr/bin/filebot