summaryrefslogtreecommitdiffstats
path: root/autoscripts/prerm-alternatives
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoscripts/prerm-alternatives3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/prerm-alternatives b/autoscripts/prerm-alternatives
new file mode 100644
index 0000000..72eb2cf
--- /dev/null
+++ b/autoscripts/prerm-alternatives
@@ -0,0 +1,3 @@
+if [ "$1" = "remove" ]; then
+ update-alternatives #RM_OPTIONS#
+fi