diff options
author | Max Rees <maxcrees@me.com> | 2020-06-05 16:45:20 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-06-12 19:07:10 -0500 |
commit | 550361815d6a1cf261e99ad2b430433ef6966e1a (patch) | |
tree | e1a44528172acab832067997083e95fc74f8f79c /system/mandoc/mandoc.post-deinstall | |
parent | 4e53c51f591cbd62817c797c10d240c008182ab3 (diff) | |
download | packages-550361815d6a1cf261e99ad2b430433ef6966e1a.tar.gz packages-550361815d6a1cf261e99ad2b430433ef6966e1a.tar.bz2 packages-550361815d6a1cf261e99ad2b430433ef6966e1a.tar.xz packages-550361815d6a1cf261e99ad2b430433ef6966e1a.zip |
system/mandoc: new package
Diffstat (limited to 'system/mandoc/mandoc.post-deinstall')
-rw-r--r-- | system/mandoc/mandoc.post-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/mandoc/mandoc.post-deinstall b/system/mandoc/mandoc.post-deinstall new file mode 100644 index 000000000..0a8d5b9df --- /dev/null +++ b/system/mandoc/mandoc.post-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +exec rm -f /usr/share/man/mandoc.db 2>/dev/null |