summaryrefslogtreecommitdiffstats
path: root/autoscripts/postinst-ucf
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-ucf')
-rw-r--r--autoscripts/postinst-ucf4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoscripts/postinst-ucf b/autoscripts/postinst-ucf
new file mode 100644
index 0000000..7445e94
--- /dev/null
+++ b/autoscripts/postinst-ucf
@@ -0,0 +1,4 @@
+if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
+ ucf "#UCFSRC#" "#UCFDEST#"
+ ucfr #PACKAGE# "#UCFDEST#"
+fi