summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-04-16 22:31:23 +0900
committerMingi Sung2023-04-16 22:31:42 +0900
commit5e1a40ef416fe27c8e1c08c8c018d2b7a2f5ba37 (patch)
treea99a0d17ab6b04e6200339fe3f652d9b989d72d5
parent32467a0e75160ae1452ee1507ea1525259d8b2ed (diff)
downloadaur-5e1a40ef416fe27c8e1c08c8c018d2b7a2f5ba37.tar.gz
Fix INSTALL
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
-rw-r--r--gnome-shell.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-shell.install b/gnome-shell.install
index 131ab8b0176c..b890b8ea936f 100644
--- a/gnome-shell.install
+++ b/gnome-shell.install
@@ -4,5 +4,5 @@ post_install() {
}
post_upgrade() {
- post_install()
+ post_install
}