aboutsummarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authoryar2018-08-16 21:29:14 -0700
committeryar2018-08-17 09:41:50 -0700
commitca3cd9ef7141bb7bbd1b54150de1feaac892d4cb (patch)
tree836c9aa7504fadbeb8f313f761bf8bc7916b3457 /install
parent1279cf248ea2695fdaf1ab9b3aaf8e797f2b54dd (diff)
downloadaur-ca3cd9ef7141bb7bbd1b54150de1feaac892d4cb.tar.gz
fix logic to track upstream
Diffstat (limited to 'install')
-rw-r--r--install12
1 files changed, 0 insertions, 12 deletions
diff --git a/install b/install
index 6c5d6dcee00e..b75893610c4d 100644
--- a/install
+++ b/install
@@ -2,18 +2,6 @@ KERNEL_NAME=-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/bin'
-post_install () {
- echo ">>> Updating module dependencies. Please wait ..."
- depmod ${1##*:}${KERNEL_NAME}
-}
-
-post_upgrade() {
- rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
- echo ">>> Updating module dependencies. Please wait ..."
- depmod ${1##*:}${KERNEL_NAME}
-}
-
post_remove() {
rm -f boot/initramfs-linux${KERNEL_NAME}.img
- rm -f boot/initramfs-linux${KERNEL_NAME}-fallback.img
}