* remove superflous post install/upgrade/remove messages from non-x86_64 cross-pacman

This commit is contained in:
Alexander Baldeck 2023-09-12 22:52:49 +02:00
parent b530ed845d
commit 82eda78ed7
4 changed files with 0 additions and 32 deletions

View File

@ -1,11 +1,3 @@
post_install() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_upgrade() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_remove() {
echo "Check whether or not to clean up leftover files in /usr/tri-pl-et/"
}

View File

@ -1,11 +1,3 @@
post_install() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_upgrade() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_remove() {
echo "Check whether or not to clean up leftover files in /usr/tri-pl-et/"
}

View File

@ -1,11 +1,3 @@
post_install() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_upgrade() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_remove() {
echo "Check whether or not to clean up leftover files in /usr/tri-pl-et/"
}

View File

@ -1,11 +1,3 @@
post_install() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_upgrade() {
echo "Do not forget to edit /etc/pacman.d/mirrorlist.x86_64!"
}
post_remove() {
echo "Check whether or not to clean up leftover files in /usr/tri-pl-et/"
}