Browse Source

oops - forgot the register_xdm function ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2087 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 22 years ago
parent
commit
ac536164d6
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      scripts/functions

+ 8
- 0
scripts/functions

@ -415,6 +415,14 @@ register_application() {
echo -e "name=\"$2\"\nexec=\"$3\"\n" > /usr/share/rock-registry/app/$1
}
# Register a xdm - display manager
#
register_xdm() {
[ -e /usr/share/rock-registry/xdm ] \
|| mkdir -p /usr/share/rock-registry/xdm
echo -e "name=\"$2\"\nexec=\"$3\"\n" > /usr/share/rock-registry/app/$1
}
# Create Package Database for gasgui install tool
#
create_package_db() {

Loading…
Cancel
Save