From 57185172c502812aa59b3fd28360377477a1a65e Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 18 Jan 2020 19:25:37 +0100 Subject: fix typo in sample for pre and post install --- sample.post-install | 2 +- sample.pre-install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.post-install b/sample.post-install index 0586fcd..512fd3e 100644 --- a/sample.post-install +++ b/sample.post-install @@ -1,4 +1,4 @@ #!/bin/sh -# add something which happends after install +# add something which happens after install diff --git a/sample.pre-install b/sample.pre-install index 46079e0..20f04f7 100644 --- a/sample.pre-install +++ b/sample.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -# add something which happends before install +# add something which happens before install -- cgit v1.2.3