We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e165bf9 commit 4fe6652Copy full SHA for 4fe6652
2 files changed
biglinux-livecd/usr/share/libalpm/hooks/99-biglinux-calamares.hook
@@ -3,6 +3,7 @@ Type = File
3
Operation = Install
4
Operation = Upgrade
5
Target = usr/bin/calamares
6
+Target = usr/bin/calamares-biglinux
7
8
[Action]
9
Description = Change calamares to biglinux
pkgbuild/biglinux-livecd.install
@@ -3,4 +3,12 @@
post_install() {
# Enable livecd-tweaks service for boot optimizations
systemctl enable livecd-tweaks.service
+
+ # Save to compare date of iso creation and date of installation
+ echo $(( $(date +%s) / 86400 )) > /usr/share/bigbashview/bcc/apps/bigbashview-calamares/install_date
}
10
11
+pre_remove() {
12
+ mv -f /usr/bin/calamares-manjaro /usr/bin/calamares
13
+ mv -f /usr/bin/calamares-manjaro_polkit /usr/bin/calamares_polkit
14
+}
0 commit comments