diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-24 11:07:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-24 11:07:30 +0200 |
commit | 197a5467297cc1857c681ac81740b12d67f2541d (patch) | |
tree | 04f6c3c7523c924e9786b75c057efdf17028da67 /etc/functions | |
parent | 01369e9e0a00a1132970adedd93b23b0a93bb5df (diff) |
Move dpkg- functions to another package
Diffstat (limited to 'etc/functions')
-rw-r--r-- | etc/functions/dpkg-hold | 1 | ||||
-rw-r--r-- | etc/functions/dpkg-unhold | 1 |
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 |