Package: aptitude-doc-en
Version: 0.6.8.2-1
Severity: wishlist

Hi Daniel,

regarding the documentation of aptitude, I wanted to suggest an enhancement for
the "aptitude-doc-.." packages. On my system with "aptitude-doc-en" I have added
locally two files:
/usr/local/bin/aptitude-doc-starter
/usr/local/share/applications/aptitude-doc.desktop

which I attach to this e-mail. I picked up the idea from the package
"debian-reference-common" and its files /usr/bin/debian-reference and
/usr/share/applications/debian-reference-common.desktop.

Maybe this could be useful for the aptitude documentation?
-- 
Best regards,
Jörg-Volker.
#!/bin/sh
# POSIX compliant script to search browser
set -e # stop at first error
#set -x # debug 

BDOCUMENTSTEM="/usr/share/doc/aptitude/html/en"
if [ -r $BDOCUMENTSTEM/index.html ]; then
  /usr/bin/sensible-browser $BDOCUMENTSTEM/index.html
fi
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=aptitude user's manual
Comment="aptitude user's manual"
Name[en_CA]="aptitude user's manual"
Name[en_GB]="aptitude user's manual"
Name[de_DE]="aptitude Anwenderhandbuch"
Exec=aptitude-doc-starter
Icon=debian-swirl
Terminal=false
Categories=Utility;

Reply via email to