]> git.rmz.io Git - dotfiles.git/blobdiff - bin/apt-clean
cleaning up bin
[dotfiles.git] / bin / apt-clean
diff --git a/bin/apt-clean b/bin/apt-clean
deleted file mode 100755 (executable)
index 1d60205..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/bash
-for pkg in $(aptitude search '~i!~M' -f '%p') ; do
-    echo "--markauto $pkg --"
-    sudo aptitude markauto $pkg
-done