diff options
| author | songyanchao <[email protected]> | 2023-06-17 03:35:19 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-17 03:35:19 +0000 |
| commit | cce2c52dd8315086b0dd1524d03abba417313bb1 (patch) | |
| tree | 0d2c64a2adb2b50aa9cb86ff3b75b8922c729f8f /cmake/PostUninstall.in | |
| parent | dbf6eb19c7736124f0c67520bc811dfe03e5f449 (diff) | |
🐎 ci(DPISDN-9): 修改 update-alternatives 配置目录v4.6.28-20230617
修改 update-alternatives 配置目录
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 b764767..62a47b9 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 mrzcpd @MR_INSTALL_BINDIR@/mrzcpd --altdir @CMAKE_INSTALL_PREFIX@/update_alternatives" +command="update-alternatives --remove mrzcpd @MR_INSTALL_BINDIR@/mrzcpd --admindir @CMAKE_INSTALL_PREFIX@/alternatives_admindir --altdir @CMAKE_INSTALL_PREFIX@/alternatives_altdir" eval $command |
