diff options
-rw-r--r-- | base/qingy/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile index 4467209cd..1c93cbcc4 100644 --- a/base/qingy/Pkgfile +++ b/base/qingy/Pkgfile @@ -24,6 +24,7 @@ build() { if [ -f $PKG/usr/share/info/dir ]; then rm $PKG/usr/share/info/dir fi - echo "root Soyez prudent, vous avez tous les droits..." \ + cp ../nutyx-attapu.jpg $PKG/usr/share/qingy/themes/default/background.jpg + echo "root Soyez prudent, vous avez tous les droits..." >\ $PKG/etc/qingy/welcomes } |