mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
21e87fcafc
commit
ea29aef48c
@ -2,7 +2,7 @@
|
|||||||
_pkgname=installer
|
_pkgname=installer
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.1.20
|
pkgver=0.1.21
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Bash script to install Arch Linux"
|
pkgdesc="Bash script to install Arch Linux"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -445,7 +445,7 @@ sed "s|^GRUB_CMDLINE_LINUX=\"\"\$|GRUB_CMDLINE_LINUX=\"cryptdevice=/dev/disk/by-
|
|||||||
sudo chmod 0544 "${holoScriptDir}"/grub.holoscript || return $?
|
sudo chmod 0544 "${holoScriptDir}"/grub.holoscript || return $?
|
||||||
}
|
}
|
||||||
# Then we apply the holoscript
|
# Then we apply the holoscript
|
||||||
sudo arch-chroot /mnt holo apply -f file:/etc/default/grub || return $?
|
sudo arch-chroot /mnt holo apply --force file:/etc/default/grub || return $?
|
||||||
# And finally run grub-mkconfig
|
# And finally run grub-mkconfig
|
||||||
sudo arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg || return $?
|
sudo arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg || return $?
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
## arg 1: the new package version
|
## arg 1: the new package version
|
||||||
post_install() {
|
post_install() {
|
||||||
holo apply
|
holo apply --force file:/usr/share/applications/signal-desktop.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
## arg 1: the new package version
|
## arg 1: the new package version
|
||||||
## arg 2: the old package version
|
## arg 2: the old package version
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
holo apply
|
holo apply --force file:/usr/share/applications/signal-desktop.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
## arg 1: the old package version
|
## arg 1: the old package version
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
_pkgname=signal-desktop
|
_pkgname=signal-desktop
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.2
|
pkgver=0.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Signal Desktop with modified .desktop entry to start minimized in system tray"
|
pkgdesc="Signal Desktop with modified .desktop entry to start minimized in system tray"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -2,13 +2,14 @@
|
|||||||
_pkgname=xfce4
|
_pkgname=xfce4
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.28
|
pkgver=0.0.29
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFCE4 with configuration"
|
pkgdesc="XFCE4 with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
|
backup=('etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml') # de-p1st-xfce4-hidpi changes this file through holo
|
||||||
install='.install'
|
install='.install'
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
Loading…
Reference in New Issue
Block a user