Merge pull request #312 from polvi/usr-localtime

usr(localtime): just remove localtime, does not hurt anything
This commit is contained in:
polvi 2014-01-21 12:09:26 -08:00
commit c68a82fcae
2 changed files with 0 additions and 4 deletions

View File

@ -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