diff options
Diffstat (limited to 'debian/postgresql-plpython3-13.install')
-rwxr-xr-x | debian/postgresql-plpython3-13.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/postgresql-plpython3-13.install b/debian/postgresql-plpython3-13.install new file mode 100755 index 0000000..4632547 --- /dev/null +++ b/debian/postgresql-plpython3-13.install @@ -0,0 +1,6 @@ +#!/usr/bin/dh-exec + +usr/lib/postgresql/*/lib/*plpython3*.so +[!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] usr/lib/postgresql/*/lib/bitcode/*plpython3* +usr/share/locale/*/*/plpython-*.mo +usr/share/postgresql/*/extension/*plpython3* |