summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-24 11:07:30 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-24 11:07:30 +0200
commit197a5467297cc1857c681ac81740b12d67f2541d (patch)
tree04f6c3c7523c924e9786b75c057efdf17028da67 /etc/functions
parent01369e9e0a00a1132970adedd93b23b0a93bb5df (diff)
Move dpkg- functions to another package
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/dpkg-hold1
-rw-r--r--etc/functions/dpkg-unhold1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/functions/dpkg-hold b/etc/functions/dpkg-hold
deleted file mode 100644
index 6e98e87..0000000
--- a/etc/functions/dpkg-hold
+++ /dev/null
@@ -1 +0,0 @@
-echo ${1} hold | sudo dpkg --set-selections
diff --git a/etc/functions/dpkg-unhold b/etc/functions/dpkg-unhold
deleted file mode 100644
index 791c8aa..0000000
--- a/etc/functions/dpkg-unhold
+++ /dev/null
@@ -1 +0,0 @@
-echo ${1} install | sudo dpkg --set-selections