diff options
author | Michele Calgaro <[email protected]> | 2023-06-30 16:12:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-30 16:12:27 +0900 |
commit | c8814eefb2a3eb99cd47e5b85b9178f8bfad5ed7 (patch) | |
tree | fbded954269b3a443c53ef9119aa1268e112ad58 /ubuntu/_base/applications/settings/kmyfirewall/debian/debiandirs | |
parent | f3fde7bc5b338d283d9accadba8733feefdf8824 (diff) | |
download | tde-packaging-c8814eefb2a3eb99cd47e5b85b9178f8bfad5ed7.tar.gz tde-packaging-c8814eefb2a3eb99cd47e5b85b9178f8bfad5ed7.zip |
DEB kmyfirewall: move man pages to main repo
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/settings/kmyfirewall/debian/debiandirs')
-rw-r--r-- | ubuntu/_base/applications/settings/kmyfirewall/debian/debiandirs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ubuntu/_base/applications/settings/kmyfirewall/debian/debiandirs b/ubuntu/_base/applications/settings/kmyfirewall/debian/debiandirs deleted file mode 100644 index 90247b9a0..000000000 --- a/ubuntu/_base/applications/settings/kmyfirewall/debian/debiandirs +++ /dev/null @@ -1,10 +0,0 @@ -export kde_prefix=/opt/trinity -export sysconfdir=/etc -export kde_includedir=/opt/trinity/include/tde -export infodir=/opt/trinity/share/info -export mandir=/opt/trinity/share/man -export qtdir=/opt/trinity/share/qt3 -export kde_cgidir=/opt/trinity/lib/cgi-bin -export kde_confdir=/etc/trinity -export kde_htmldir=/opt/trinity/share/doc/tde/HTML -configkde=--disable-debug --disable-rpath --prefix=$(kde_prefix) --sysconfdir=$(sysconfdir) --includedir=$(kde_includedir) --infodir=$(infodir) --mandir=$(mandir) --with-qt-dir=$(qtdir) |