Browse Source

Stefan Fiedler:

applied increment of [2006032520043030871]
	(fixes the $desktopauto mechanism)



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7366 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Stefan Fiedler 19 years ago
parent
commit
50d1882580
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      misc/desktop/parse-config

+ 2
- 1
misc/desktop/parse-config

@ -21,7 +21,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
[ $desktopauto = 1 ] || continue
if [ $desktopauto = 1 ] ; then
postflist_desktop_rock2desktop() {
@ -124,3 +124,4 @@ postflist_desktop() {
hook_add postflist 5 postflist_desktop
fi

Loading…
Cancel
Save