diff options
Diffstat (limited to 'source/xfce/xfwm4/xfwm4.SlackBuild')
-rwxr-xr-x | source/xfce/xfwm4/xfwm4.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xfce/xfwm4/xfwm4.SlackBuild b/source/xfce/xfwm4/xfwm4.SlackBuild index f17f2d2e..bb5fd18f 100755 --- a/source/xfce/xfwm4/xfwm4.SlackBuild +++ b/source/xfce/xfwm4/xfwm4.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2012, 2013, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2012, 2013, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -122,7 +122,7 @@ if [ -d $PKG/usr/man ]; then fi # We don't want icon caches: -find $PKG/usr/share/icons -type f -name "icon-theme.cache" -exec rm -f {} \+ +find $PKG/usr/share/icons -type f -name "icon-theme.cache" -exec rm -f {} \; # Add a documentation directory. Not all of these files are expected to be # present, but listing them ensures that documentation that might appear and |