Browse Source

fake,stefanp:


			
			
				rocklinux
			
			
		
fake 21 years ago
parent
commit
4c672f9dbc
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      package/fake/pearpc/pearpc.conf

+ 6
- 1
package/fake/pearpc/pearpc.conf

@ -20,5 +20,10 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
pearpc_pm() {
mkdir -p $datadir/$pkg
cp video.x $datadir/$pkg
cp ppccfg.example $docdir/
}
hook_add postmake 5 "cp ppccfg.example $docdir/"
hook_add postmake 5 pearpc_pm

Loading…
Cancel
Save