Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / distdir / pre-dist-client
diff --git a/distdir/pre-dist-client b/distdir/pre-dist-client
deleted file mode 100644 (file)
index bf3ffb3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-distribution=$1
-dist_version=$2
-package=$3
-distdir=$4
-release=$5
-
-if test -z $release; then
-  release="0.fc7"
-fi
-
-sed -e "s/SILC_VERSION/$dist_version/" -e "s/SILC_RELEASE/$release/" \
-  apps/irssi/silc-client.spec.in > apps/irssi/silc-client.spec
-
-cd doc
-make dist-hook
-cd ..
-