7 lines
81 B
Bash
Executable File
7 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
rm -rf /lib/modules/*/updates/fs/beegfs_autobuild
|
|
|
|
#DEBHELPER#
|