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