forked from kiss-community/repo
parent
6b796c29c5
commit
99936e23ad
@ -10,6 +10,7 @@ for i in 0p 1p 3p; do
|
||||
done
|
||||
|
||||
for i in man*; do
|
||||
[ -d "$i" ] || continue
|
||||
cp -Rf "$i" "$1/usr/share/man"
|
||||
done
|
||||
|
||||
|
3
extra/man-pages/post-install
Executable file
3
extra/man-pages/post-install
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
makewhatis /usr/share/man
|
Loading…
Reference in New Issue
Block a user