Commit 235c6956 authored by Seblu's avatar Seblu
Browse files

Remove license from mailboot

parent aa2f4968
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ build() {
package() {
  cd $pkgname-$pkgver
  make install DESTDIR="$pkgdir"
  # license is well gpl, remove it
  rm "$pkgdir/usr/share/doc/mailboot/LICENSE"
}

# vim:set ts=2 sw=2 et: