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