summaryrefslogtreecommitdiff
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 00000000..633d3ff3
--- /dev/null
+++ b/autoscripts/postinst-ucf
@@ -0,0 +1,4 @@
+if [ "$1" = "configure" ]; then
+ ucf #UCFSRC# #UCFDEST#
+ ucfr #PACKAGE# #UCFDEST#
+fi