1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

slack: remove ubuntu update cron

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2017-03-02 01:49:21 +01:00
parent 1be1c905f2
commit 5818355a69

View file

@ -59,7 +59,7 @@ in stdenv.mkDerivation {
mkdir -p $out
dpkg -x $src $out
cp -av $out/usr/* $out
rm -rf $out/usr $out/share/lintian
rm -rf $out/etc $out/usr $out/share/lintian
# Otherwise it looks "suspicious"
chmod -R g-w $out