[arch-commits] Commit in stlink/trunk (PKGBUILD stlink.install)

Anatol Pomozov anatolik at gemini.archlinux.org
Tue Sep 7 12:08:23 UTC 2021


    Date: Tuesday, September 7, 2021 @ 12:08:23
  Author: anatolik
Revision: 1011912

Remove install file that is a leftover from AUR days

Modified:
  stlink/trunk/PKGBUILD
Deleted:
  stlink/trunk/stlink.install

----------------+
 PKGBUILD       |    1 -
 stlink.install |   22 ----------------------
 2 files changed, 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 11:30:21 UTC (rev 1011911)
+++ PKGBUILD	2021-09-07 12:08:23 UTC (rev 1011912)
@@ -11,7 +11,6 @@
 depends=(libusb)
 makedepends=(cmake gtk3)
 optdepends=('gtk3: GUI application')
-install=stlink.install
 source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/v$pkgver.zip)
 sha256sums=('dd2fde56c701b9084f6c60c5d2549673150b596f06cffe1334f498013a97f0e1')
 

Deleted: stlink.install
===================================================================
--- stlink.install	2021-09-07 11:30:21 UTC (rev 1011911)
+++ stlink.install	2021-09-07 12:08:23 UTC (rev 1011912)
@@ -1,22 +0,0 @@
-msg() {
-  udevadm control --reload-rules
-  echo "You may have to reload the usb-storage module."
-  echo "To do this use"
-  echo "    modprobe -r usb-storage && modprobe usb-storage"
-}
-
-# arg 1:  the new package version
-post_install() {
-  msg
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  msg
-}
-
-# arg 1:  the old package version
-post_remove() {
-  msg
-}



More information about the arch-commits mailing list