]> git.pld-linux.org Git - packages/xkeyboard-config.git/commitdiff
- do not remove anything from directory linked to /etc (containing keyboard auto/ti/xkeyboard-config-1_3-1
authorTomasz Pala <gotar@pld-linux.org>
Thu, 29 May 2008 12:48:53 +0000 (12:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  configurations); http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg18947.html

Changed files:
    xkeyboard-config.spec -> 1.21

xkeyboard-config.spec

index 629df02b971a017cb33bebdf358d1d70e45a1bd2..b70e20f1ebe934a023eba014be685b3263d21d64 100644 (file)
@@ -62,7 +62,11 @@ rm -rf $RPM_BUILD_ROOT
 %pretrans
 # it used to be directory in xkbdata
 if [ -d %{_datadir}/X11/xkb/symbols/pc ]; then
-       rm -rf %{_datadir}/X11/xkb/symbols/pc
+       mv -b %{_datadir}/X11/xkb/symbols/pc{,.dir}
+%banner -e %{name} <<EOF
+Check out %{_datadir}/X11/xkb/symbols/pc.dir
+for your own files and remove it when done.
+EOF
 fi
 if [ -d %{_datadir}/X11/xkb/compiled ]; then
        rm -rf %{_datadir}/X11/xkb/compiled
This page took 0.142802 seconds and 4 git commands to generate.