no longer need to touch skel in PKGBUILD

This commit is contained in:
davedatum 2019-11-06 21:46:32 +00:00
parent f234ba3295
commit 4723b61e83
1 changed files with 0 additions and 9 deletions

View File

@ -19,13 +19,6 @@ sha256sums=('SKIP'
'd17518ef6b9635c78fa333487f148570c65005adee684f173c6961dbfab09cd5'
'8460dfa2128963acffa75b3a060182e27c9f4e501d2bec948fb0fc8a9bf086b2')
_inst_dir(){
install -d "${pkgdir}/etc"
cp -r "${srcdir}/${pkgbase}/skel" "${pkgdir}/etc/"
chmod -R 755 "${pkgdir}/etc/skel"
}
package_tromjaro-settings() {
@ -33,8 +26,6 @@ pkgname=tromjaro-settings
pkgdesc="TROMjaro Settings"
depends=('gnome-shell')
_inst_dir
install -Dm644 "${srcdir}/${pkgbase}/schemas/99_tromjaro-settings.gschema.override" \
"${pkgdir}/usr/share/glib-2.0/schemas/99_tromjaro-settings.gschema.override"