mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 05:13:42 -05:00
Add missing uninstallation rule for BackgroundPsql.pm
Commit a4c17c8617 added in the install rule but not the uninstall
rule.
This commit is contained in:
parent
8961cb9a03
commit
7039c7cff6
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ uninstall:
|
|||
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/SimpleTee.pm'
|
||||
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/RecursiveCopy.pm'
|
||||
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/Cluster.pm'
|
||||
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Test/BackgroundPsql.pm'
|
||||
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgreSQL/Version.pm'
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue