summaryrefslogtreecommitdiffstats
path: root/src/intercept/.svn/text-base/depmod.svn-base
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 10:12:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 10:12:27 (EDT)
commit12f19801bf46ecceda69e476119a787e405ff904 (patch)
tree1101558927e34a0d6082e79bef8e400e9cc94b99 /src/intercept/.svn/text-base/depmod.svn-base
parent5b483e83bc811d42c9eb0a0e38b45d4549df31bd (diff)
Delete upstream source directory.
Diffstat (limited to 'src/intercept/.svn/text-base/depmod.svn-base')
-rw-r--r--src/intercept/.svn/text-base/depmod.svn-base12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/intercept/.svn/text-base/depmod.svn-base b/src/intercept/.svn/text-base/depmod.svn-base
deleted file mode 100644
index f8a4f9a..0000000
--- a/src/intercept/.svn/text-base/depmod.svn-base
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ "x$1" = "x-a" ] || [ "x$1" = "x-A" ]; then
- echo "depmod $@" >> $OPKG_INTERCEPT_DIR/depmod
- sort -u $OPKG_INTERCEPT_DIR/depmod > $OPKG_INTERCEPT_DIR/depmod.tmp
- mv $OPKG_INTERCEPT_DIR/depmod.tmp $OPKG_INTERCEPT_DIR/depmod
- chmod +x $OPKG_INTERCEPT_DIR/depmod
- exit 0
-fi
-
-/sbin/depmod $*
-