summary refs log tree commit diff
path: root/pkgs/games/exult/builder.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-07-09 10:47:17 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-07-09 10:47:17 +0000
commit9611cf20487c553eeeb196075b860140b8a0d746 (patch)
tree1239d7b7ad178d1f3884ef3bdaf99a5a969e0aa7 /pkgs/games/exult/builder.sh
parent7af5fa0e9675c89fe382d59305b626c78e048da1 (diff)
downloadnixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.tar
nixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.tar.gz
nixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.tar.bz2
nixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.tar.lz
nixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.tar.xz
nixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.tar.zst
nixpkgs-9611cf20487c553eeeb196075b860140b8a0d746.zip
* Refactoring.
svn path=/nixpkgs/trunk/; revision=16269
Diffstat (limited to 'pkgs/games/exult/builder.sh')
-rw-r--r--pkgs/games/exult/builder.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/games/exult/builder.sh b/pkgs/games/exult/builder.sh
deleted file mode 100644
index b13e8c6d234..00000000000
--- a/pkgs/games/exult/builder.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-source $stdenv/setup
-
-postInstall() {
-    ensureDir $out/share/exult/music
-    for i in $musicFiles; do
-        unzip -o -d $out/share/exult/music $i
-    done
-}
-
-genericBuild
\ No newline at end of file