summarylogtreecommitdiffstats
path: root/cleanup
diff options
context:
space:
mode:
authorabelian4242021-02-24 09:46:35 +0600
committerabelian4242021-02-24 09:46:35 +0600
commitef84a794c505f235dd3c8a13a1b79721718dd0f0 (patch)
tree141a8c965f2eef748e0ca82354950d1ada2d7aa6 /cleanup
parent9b8e6c46368d532ad7f4707dc82f275e13d93a0a (diff)
downloadaur-ef84a794c505f235dd3c8a13a1b79721718dd0f0.tar.gz
Updated to 5.10.18
Diffstat (limited to 'cleanup')
-rwxr-xr-xcleanup10
1 files changed, 0 insertions, 10 deletions
diff --git a/cleanup b/cleanup
deleted file mode 100755
index c00c08d82679..000000000000
--- a/cleanup
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-for _f in /usr/lib/modules/*tkg*; do
- if [[ ! -e ${_f}/vmlinuz ]]; then
- rm -rf "$_f"
- fi
-done
-
-# vim:set ft=sh sw=2 et:
-