Changeset 197
- Timestamp:
- 07/06/07 10:08:00 (17 months ago)
- Location:
- 64studio/trunk/debian
- Files:
-
- 2 modified
-
64studio-themes.postinst (modified) (2 diffs)
-
changelog (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
64studio/trunk/debian/64studio-themes.postinst
r170 r197 135 135 } 136 136 137 export_ladspa_path () { 138 PROFILE=/etc/profile 139 if ! grep -q "^export LADSPA_PATH" $PROFILE; then 140 sed -i -e 's|^export PATH|export PATH\nexport LADSPA_PATH=/usr/lib/ladspa/|g' $PROFILE 141 fi 142 } 143 137 144 case "$1" in 138 145 configure) … … 146 153 hide_menu_items 147 154 update-modules 155 export_ladspa_path 148 156 149 157 ;; -
64studio/trunk/debian/changelog
r196 r197 1 64studio (2.0~ pre5) UNRELEASED; urgency=low1 64studio (2.0~rc1) unstable; urgency=low 2 2 3 3 * Added smbfs and libgnomevfs2-extra (closes #317) … … 8 8 * Removed freewheeling from base install (closes #349) 9 9 * Fixed Iceweasel bookmark for blender and orange (closes #355) 10 * Set the LADSPA_PATH environment variable (closes #353) 10 11 11 12 -- Free Ekanayaka <freee@debian.org> Tue, 3 Jul 2007 13:26:17 +0100
