From c3c08ee41c01b0beb2f53d7e75cf089dfbae9f99 Mon Sep 17 00:00:00 2001
From: Aaron Griffin <aaronmgriffin@gmail.com>
Date: Tue, 15 Apr 2008 13:19:30 -0400
Subject: Switch to proper script usage

Switch to a callable script in place of an include file

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
---
 db-unstable | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'db-unstable')

diff --git a/db-unstable b/db-unstable
index b0231b4..a9aa49c 100755
--- a/db-unstable
+++ b/db-unstable
@@ -1,8 +1,4 @@
 #!/bin/bash
 
-repoid=3
-reponame="unstable"
-arch="i686"
-
-. $(dirname $0)/db-inc
+$(dirname $0)/db-update "i686" "unstable"
 
-- 
cgit v1.2.3-2-g168b