diff options
Diffstat (limited to 'etc')
-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 |