aboutsummaryrefslogtreecommitdiff
path: root/t/travis-deps/makepkg
diff options
context:
space:
mode:
Diffstat (limited to 't/travis-deps/makepkg')
-rwxr-xr-xt/travis-deps/makepkg25
1 files changed, 0 insertions, 25 deletions
diff --git a/t/travis-deps/makepkg b/t/travis-deps/makepkg
deleted file mode 100755
index 5636dd2..0000000
--- a/t/travis-deps/makepkg
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-while [[ $# > 1 ]]
-do
-key="$1"
-
-case $key in
- -l|--linkadd)
- LINKADD="$2"
- shift
- ;;
- -c|--chown)
- CHOWN="$2"
- shift
- ;;
- -p|--prepend)
- PREPEND=1
- ;;
-esac
-shift
-done
-
-touch $1
-
-echo "Slackware package $1 created."