summaryrefslogtreecommitdiffstats
path: root/builddeb
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-29 15:12:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-29 15:12:07 +0900
commit55240c6cca5d348dd210f6742f4f0ec9e6536ce1 (patch)
tree0b90320a49892c6a2176be1f9ae7042d6a7ceb84 /builddeb
parentf8b861d53604d86a0bd40c80a3e4a19a32c215d3 (diff)
downloadksquirrel-55240c6cca5d348dd210f6742f4f0ec9e6536ce1.tar.gz
ksquirrel-55240c6cca5d348dd210f6742f4f0ec9e6536ce1.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'builddeb')
-rwxr-xr-xbuilddeb13
1 files changed, 0 insertions, 13 deletions
diff --git a/builddeb b/builddeb
deleted file mode 100755
index fc11a60..0000000
--- a/builddeb
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-vers=`cat B/DEBIAN/control | grep Version | sed s/'Version: '//`
-
-make install DESTDIR=`pwd`/B &&
-strip B/usr/bin/ksquirrel &&
-strip B/usr/bin/ksquirrel-libs-configurator-real &&
-strip B/usr/lib/trinity/libksquirrelpart.so &&
-dpkg-deb -b B ksquirrel_${vers}_i386.deb &&
-rm -rf B/usr &&
-echo
-ls -l ksquirrel_${vers}_i386.deb
-echo \ No newline at end of file