Skip to content

Instantly share code, notes, and snippets.

@BigAl
Created June 28, 2015 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigAl/ccab51ecb94eea756f38 to your computer and use it in GitHub Desktop.
Save BigAl/ccab51ecb94eea756f38 to your computer and use it in GitHub Desktop.
Update patterndb
#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
sysconfdir=@sysconfdir@
localstatedir=@localstatedir@
${bindir}/pdbtool merge -D ${sysconfdir}/patterndb.d -p ${localstatedir}/patterndb.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment