about summary refs log tree commit diff
path: root/pkgs/applications/video/mythtv/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/mythtv/builder.sh')
-rw-r--r--pkgs/applications/video/mythtv/builder.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/video/mythtv/builder.sh b/pkgs/applications/video/mythtv/builder.sh
index d3888175bd91..fc92cab91ab1 100644
--- a/pkgs/applications/video/mythtv/builder.sh
+++ b/pkgs/applications/video/mythtv/builder.sh
@@ -7,14 +7,11 @@ myBuilder() {
     make || fail
 }
 
-
 postInstall=postInstall
 postInstall() {
     sqlDir="$out/share/mythtv/sql"
     ensureDir $sqlDir
     cp -p ./database/mc.sql $sqlDir/
-    cp -p ./setup/setup $out/bin/mythsetup
 }
 
-
 genericBuild