diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-08 08:20:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 08:20:14 +0200 |
commit | 323ec0841f18b1d4b69dfa6408704c1be8afc2bc (patch) | |
tree | 1f8d55ca68c88f93bae192cbf88d9b9d4e8ecb0e | |
parent | 802c718ab45ed9a1c5a2c5304c3e1158877fd440 (diff) | |
parent | 25e02216f87665996349c9c311d50801f3de8836 (diff) | |
download | vyatta-cfg-323ec0841f18b1d4b69dfa6408704c1be8afc2bc.tar.gz vyatta-cfg-323ec0841f18b1d4b69dfa6408704c1be8afc2bc.zip |
Merge pull request #62 from sempervictus/bug/T5053-cant_disable_service_after_removal
T5053 - Move postrm service hook to prerm
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/vyatta-cfg.prerm.in (renamed from debian/vyatta-cfg.postrm.in) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ debian/files debian/tmp debian/vyatta-cfg debian/vyatta-cfg.postinst -debian/vyatta-cfg.postrm +debian/vyatta-cfg.prerm debian/libvyatta-cfg-dev debian/libvyatta-cfg1 debian/*.log diff --git a/configure.ac b/configure.ac index 4951509..447e366 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_CONFIG_FILES( [Makefile] [perl_dmod/Makefile] [debian/vyatta-cfg.postinst] - [debian/vyatta-cfg.postrm]) + [debian/vyatta-cfg.prerm]) AC_SUBST(NOSTRIP) PKG_CHECK_MODULES(GOBJECT, [gobject-2.0]) diff --git a/debian/vyatta-cfg.postrm.in b/debian/vyatta-cfg.prerm.in index cc01594..cc01594 100644 --- a/debian/vyatta-cfg.postrm.in +++ b/debian/vyatta-cfg.prerm.in |