File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
biglinux-livecd/usr/share/libalpm/hooks Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Type = File
33Operation = Install
44Operation = Upgrade
55Target = usr/bin/calamares
6+ Target = usr/bin/calamares-biglinux
67
78[Action]
89Description = Change calamares to biglinux
Original file line number Diff line number Diff line change 33post_install () {
44 # Enable livecd-tweaks service for boot optimizations
55 systemctl enable livecd-tweaks.service
6+
7+ # Save to compare date of iso creation and date of installation
8+ echo $(( $(date +% s) / 86400 )) > /usr/share/bigbashview/bcc/apps/bigbashview-calamares/install_date
69}
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+ }
You can’t perform that action at this time.
0 commit comments