autoscript no longer need to be built from .in
authorStefano Zacchiroli <zack@debian.org>
Sat, 9 Jul 2005 12:06:02 +0000 (12:06 +0000)
committerStefano Zacchiroli <zack@debian.org>
Sat, 9 Jul 2005 12:06:02 +0000 (12:06 +0000)
postinst-ocaml [new file with mode: 0644]
postinst-ocaml.in [deleted file]
postrm-ocaml [new file with mode: 0644]
postrm-ocaml.in [deleted file]

diff --git a/postinst-ocaml b/postinst-ocaml
new file mode 100644 (file)
index 0000000..3748803
--- /dev/null
@@ -0,0 +1,3 @@
+if [ "$1" = "configure" ]; then
+  ocaml-md5sums update
+fi
diff --git a/postinst-ocaml.in b/postinst-ocaml.in
deleted file mode 100644 (file)
index f34a680..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = "configure" ]; then
-  ocaml-md5sums update
-fi
-# vim: set ft=wml:
diff --git a/postrm-ocaml b/postrm-ocaml
new file mode 100644 (file)
index 0000000..e6db7e7
--- /dev/null
@@ -0,0 +1,3 @@
+if [ "$1" = "remove" ]; then
+  ocaml-md5sums update
+fi
diff --git a/postrm-ocaml.in b/postrm-ocaml.in
deleted file mode 100644 (file)
index bacb41a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = "remove" ]; then
-  ocaml-md5sums update
-fi
-# vim: set ft=wml: