diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:08:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:08:39 +0000 |
commit | 039175d5d6adfc3f96e3ffdd5ee946576e22233a (patch) | |
tree | f1ba3073275e4441e417ed8b149729d0f5122884 /debian/postgresql-common.triggers | |
parent | Adding upstream version 225+deb11u1. (diff) | |
download | postgresql-common-039175d5d6adfc3f96e3ffdd5ee946576e22233a.tar.xz postgresql-common-039175d5d6adfc3f96e3ffdd5ee946576e22233a.zip |
Adding debian version 225+deb11u1.debian/225+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postgresql-common.triggers')
-rw-r--r-- | debian/postgresql-common.triggers | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/postgresql-common.triggers b/debian/postgresql-common.triggers new file mode 100644 index 0000000..190de6d --- /dev/null +++ b/debian/postgresql-common.triggers @@ -0,0 +1,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 |