mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
1b8a2960cd
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
263 B
Bash
8 lines
263 B
Bash
#!/bin/sh
|
|
|
|
# Script that loads help for Bless. Modified by B. Watson for
|
|
# slackbuilds.org. Ditched all the gconf, yelp, gnome-help stuff
|
|
# and just use xdg-open for the HTML help in the user's default
|
|
# browser.
|
|
|
|
exec xdg-open /usr/share/help/C/bless/index.html
|