diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-10 19:37:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-10 19:37:30 +0200 |
| commit | 4b3b46c51b93b80ee97fe511b576d0c63de71806 (patch) | |
| tree | 8966ae71aa87974ae52b7a4dbf7e74040192773b /r8125/doinst.sh | |
| parent | 544a06e7bfa3fa2c1347bc002a8c1fbef5fa4fd3 (diff) | |
| download | my-slackbuilds-4b3b46c51b93b80ee97fe511b576d0c63de71806.tar.gz my-slackbuilds-4b3b46c51b93b80ee97fe511b576d0c63de71806.zip | |
Move r8125 and UrbanTerror to sbo-slackbuilds repo
These are danix SBo-official packages (UrbanTerror maintainership transfers
on the pending SBo merge); they now live in the separate sbo-slackbuilds
repository. Drop their package dirs, nvchecker stanzas, and README rows here.
Diffstat (limited to 'r8125/doinst.sh')
| -rw-r--r-- | r8125/doinst.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/r8125/doinst.sh b/r8125/doinst.sh deleted file mode 100644 index cfc59d8..0000000 --- a/r8125/doinst.sh +++ /dev/null @@ -1,16 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - rm $NEW - fi -} - -config etc/modprobe.d/r8169_blacklist.conf.new - -# A good idea whenever kernel modules are added or changed: -if [ -x sbin/depmod ]; then - chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null -fi |
