diff options
Diffstat (limited to 'bin/dpkg-unhold')
-rwxr-xr-x | bin/dpkg-unhold | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/dpkg-unhold b/bin/dpkg-unhold new file mode 100755 index 0000000..6a6975a --- /dev/null +++ b/bin/dpkg-unhold @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "${1}" install | dpkg --set-selections |