mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:57:15 +08:00
fix clean-workdir
This commit is contained in:
parent
b61fd035c8
commit
dbc96ad82f
@ -40,7 +40,7 @@ cleanup_src()
|
||||
do
|
||||
status_start "${module}"
|
||||
pushd $module &>/dev/null
|
||||
rm -rf pkg src dbg hdr *.pkg.* *log* &>/dev/null
|
||||
rm -rf pkg src dbg hdr *.pkg.* *.log.* log &>/dev/null
|
||||
popd &>/dev/null
|
||||
status_done
|
||||
done
|
||||
|
12
kdebase-runtime/03_disable_logout_sound.patch
Normal file
12
kdebase-runtime/03_disable_logout_sound.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur kdebase-runtime-4.2.3-orig/knotify/kde.notifyrc kdebase-runtime-4.2.3/knotify/kde.notifyrc
|
||||
--- kdebase-runtime-4.2.3-orig/knotify/kde.notifyrc 2009-05-22 19:03:32.692478771 +0300
|
||||
+++ kdebase-runtime-4.2.3/knotify/kde.notifyrc 2009-05-22 19:10:44.681230582 +0300
|
||||
@@ -1499,7 +1499,7 @@
|
||||
Comment[x-test]=xxKDE is exitingxx
|
||||
Comment[zh_CN]=KDE 正在退出
|
||||
Comment[zh_TW]=KDE 結束中
|
||||
-Action=Sound
|
||||
+Action=
|
||||
Sound=KDE-Sys-Log-Out.ogg
|
||||
|
||||
[Event/cancellogout]
|
Loading…
Reference in New Issue
Block a user