fix install script

This commit is contained in:
Iris Lightshard 2021-03-01 21:42:57 -05:00
parent 3181795ab9
commit e27dafadec
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -26,5 +26,9 @@ if [ ! -d ${plankDir} ]; then
fi fi
cp -r gtk-* ${gtkDir} cp -r gtk-* ${gtkDir}
cp -r img ${gtkDir}
cp index.theme ${gtkDir}
cp qt5/*.colors ${qtDir} cp qt5/*.colors ${qtDir}
cp -r plank/* ${plankDir} cp -r plank/* ${plankDir}