mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #312 from polvi/usr-localtime
usr(localtime): just remove localtime, does not hurt anything
This commit is contained in:
commit
c68a82fcae
@ -125,10 +125,6 @@ src_install() {
|
|||||||
# Insert a mini vimrc to avoid driving everyone insane
|
# Insert a mini vimrc to avoid driving everyone insane
|
||||||
insinto /usr/share/vim
|
insinto /usr/share/vim
|
||||||
doins "${FILESDIR}"/vimrc
|
doins "${FILESDIR}"/vimrc
|
||||||
|
|
||||||
# Symlink /etc/localtime to something on the stateful partition,
|
|
||||||
# which we can then change around at runtime.
|
|
||||||
dosym /var/lib/timezone/localtime /etc/localtime || die
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add a sudo file for the core use
|
# Add a sudo file for the core use
|
||||||
|
Loading…
Reference in New Issue
Block a user