summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Spencer2017-08-11 21:26:06 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:57:58 +0200
commit732cd0cf41ca5e080d8201c244932d24f9d0e8bf (patch)
tree642d86b5476297f648d20ed393cac8e2d4263fc5 /audio
parent36639e7a89817ae30013d82ec1232159a0f70476 (diff)
downloadslackbuilds-732cd0cf41ca5e080d8201c244932d24f9d0e8bf.tar.gz
audio/python-audiotools: Delete doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/python-audiotools/doinst.sh15
-rw-r--r--audio/python-audiotools/python-audiotools.SlackBuild1
2 files changed, 0 insertions, 16 deletions
diff --git a/audio/python-audiotools/doinst.sh b/audio/python-audiotools/doinst.sh
deleted file mode 100644
index ee19f823a3..0000000000
--- a/audio/python-audiotools/doinst.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
- # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-config etc/audiotools.cfg.new
-
diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild
index d43b907df2..d5c3532c25 100644
--- a/audio/python-audiotools/python-audiotools.SlackBuild
+++ b/audio/python-audiotools/python-audiotools.SlackBuild
@@ -89,7 +89,6 @@ cp -a COPYING INSTALL TODO $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}