mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
1e7521defb
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
269 B
Bash
8 lines
269 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/doc/bless-@VERSION@/user/index.html
|