From ca96739ac195d2e3ea13034d0631911cd1de2d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 14 Jul 2024 23:53:17 +0300 Subject: [PATCH] - MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Евгений Храмов --- pass-expire-notify/alr.sh | 23 ------------------- pass-expire-notify/pass-expire-notify.desktop | 5 ---- 2 files changed, 28 deletions(-) delete mode 100644 pass-expire-notify/alr.sh delete mode 100644 pass-expire-notify/pass-expire-notify.desktop diff --git a/pass-expire-notify/alr.sh b/pass-expire-notify/alr.sh deleted file mode 100644 index 9f58ce0..0000000 --- a/pass-expire-notify/alr.sh +++ /dev/null @@ -1,23 +0,0 @@ -name='pass-expire-notify' -version='1' -release='1' -desc='Скрипт для проверки и уведомления об истечении пароля доменной УЗ' -homepage='https://gitflic.ru/project/xpamych/pass-expire-notify' -maintainer="Евгений Храмов " -architectures=('amd64') -license=('MIT') -provides=('pass-expire-notify') -conflicts=('pass-expire-notify') -deps=('samba-client') - -sources=("git+https://gitflic.ru/project/xpamych/pass-expire-notify.git") -checksums=('SKIP') - -prepare() { - cd "${srcdir}/pass-expire-notify" -} - -package() { - install -Dm755 "${srcdir}/pass-expire-notify/pass-expire-notify.sh" "${pkgdir}/usr/bin/pass-expire-notify" - install -Dm644 "${scriptdir}/pass-expire-notify.desktop" "${pkgdir}/etc/xdg/autostart/pass-expire-notify.desktop" -} diff --git a/pass-expire-notify/pass-expire-notify.desktop b/pass-expire-notify/pass-expire-notify.desktop deleted file mode 100644 index 473f210..0000000 --- a/pass-expire-notify/pass-expire-notify.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=pass-expire-notify -NoDisplay=true -Exec=/usr/bin/pass-expire-notify \ No newline at end of file