diff options
author | Michele Calgaro <[email protected]> | 2022-05-20 15:29:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-23 20:42:39 +0900 |
commit | 89d01be8374f2d064932a02f2c86ef59d7ea9804 (patch) | |
tree | cc42231dce880a5d6817fca395fa4cae314a893d /dilos/core/tdebase/debian/konsole-trinity.postinst | |
parent | cadf25a6e4c390823c9c3d24fba79ee08ffe2c43 (diff) | |
download | tde-packaging-89d01be8374f2d064932a02f2c86ef59d7ea9804.tar.gz tde-packaging-89d01be8374f2d064932a02f2c86ef59d7ea9804.zip |
DEB tdebase: man pages moved to main repository.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 5d0785a29485f0de64bf2dfaa78c4b60503bdf9e)
Diffstat (limited to 'dilos/core/tdebase/debian/konsole-trinity.postinst')
-rw-r--r-- | dilos/core/tdebase/debian/konsole-trinity.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/core/tdebase/debian/konsole-trinity.postinst b/dilos/core/tdebase/debian/konsole-trinity.postinst index ecc71cdc1..6e38c4939 100644 --- a/dilos/core/tdebase/debian/konsole-trinity.postinst +++ b/dilos/core/tdebase/debian/konsole-trinity.postinst @@ -23,7 +23,7 @@ fi case "$1" in configure) update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/konsole 35 \ - --slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /usr/share/man/man1/konsole-trinity.1.gz + --slave /usr/share/man/man1/x-terminal-emulator.1 x-terminal-emulator.1 /usr/share/man/man1/konsole.1 # force ldconfig due to tdeinit library # ldconfig |