From 197a5467297cc1857c681ac81740b12d67f2541d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 24 Apr 2010 11:07:30 +0200 Subject: Move dpkg- functions to another package --- etc/functions/dpkg-hold | 1 - etc/functions/dpkg-unhold | 1 - 2 files changed, 2 deletions(-) delete mode 100644 etc/functions/dpkg-hold delete mode 100644 etc/functions/dpkg-unhold (limited to 'etc/functions') 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 -- cgit v1.2.3