diff options
| author | songyanchao <[email protected]> | 2023-06-16 04:02:54 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-16 06:25:31 +0000 |
| commit | 5904f0071821f4b77c984ffacb4e1f7f9e34d650 (patch) | |
| tree | e6423946155d5910ac86ae1e344ff6fa290d0763 /cmake/PostUninstall.in | |
| parent | 512b66f21acd3e35eba9c6906c2bc92f42848f7a (diff) | |
✨ feat(DPISDN-9): 添加mrmarch工具
添加mrmarch工具
Diffstat (limited to 'cmake/PostUninstall.in')
| -rw-r--r-- | cmake/PostUninstall.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/PostUninstall.in b/cmake/PostUninstall.in index a59b99c..b764767 100644 --- a/cmake/PostUninstall.in +++ b/cmake/PostUninstall.in @@ -1,5 +1,5 @@ %systemd_postun_with_restart mrenv.service mrzcpd.service mrtunnat.service /sbin/ldconfig -command="update-alternatives --remove bin @MR_INSTALL_BINDIR@ --altdir @CMAKE_INSTALL_PREFIX@/update_alternatives" +command="update-alternatives --remove mrzcpd @MR_INSTALL_BINDIR@/mrzcpd --altdir @CMAKE_INSTALL_PREFIX@/update_alternatives" eval $command |
