summarylogtreecommitdiffstats
path: root/ramroot.install
diff options
context:
space:
mode:
Diffstat (limited to 'ramroot.install')
-rw-r--r--ramroot.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/ramroot.install b/ramroot.install
new file mode 100644
index 000000000000..8ee8bcbff090
--- /dev/null
+++ b/ramroot.install
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# ensure ramroot is disabled before removing:
+pre_remove() {
+ /usr/bin/ramroot -D
+}