From 3a1889442e9a278be286fa311b076229c4cef350 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 20 Mar 2010 15:22:24 +0100 Subject: Add dpkg functions from mxey's zsh --- etc/functions/dpkg-hold | 1 + etc/functions/dpkg-unhold | 1 + 2 files changed, 2 insertions(+) create mode 100644 etc/functions/dpkg-hold create mode 100644 etc/functions/dpkg-unhold (limited to 'etc/functions') diff --git a/etc/functions/dpkg-hold b/etc/functions/dpkg-hold new file mode 100644 index 0000000..b905114 --- /dev/null +++ b/etc/functions/dpkg-hold @@ -0,0 +1 @@ +echo $1 hold | sudo dpkg --set-selections diff --git a/etc/functions/dpkg-unhold b/etc/functions/dpkg-unhold new file mode 100644 index 0000000..7bc785b --- /dev/null +++ b/etc/functions/dpkg-unhold @@ -0,0 +1 @@ +echo $1 install | sudo dpkg --set-selections -- cgit v1.2.3