blob: 190de6d5fa83b38a55481487ee9e1299cfe6ed5e (
plain)
1
2
3
4
5
|
# trigger pg_updatedicts on installation of new myspell/hunspell dictionaries
interest-noawait /usr/share/myspell/dicts
interest-noawait /usr/share/hunspell
# also trigger on installation of new server versions so pg_updatedicts can update the symlinks
interest-noawait /usr/share/postgresql
|