summarylogtreecommitdiffstats
path: root/gorm.install
diff options
context:
space:
mode:
authortheunpleasantowl2023-02-12 00:34:42 -0500
committertheunpleasantowl2023-02-12 00:34:42 -0500
commit36a5038587a2e4800e998549bbae691919b6b346 (patch)
tree4dd1dbe25f0337fd54429636dc303aaddb59e9d2 /gorm.install
parentf64038425ff49091cc84704753f6289e3d06b2a8 (diff)
downloadaur-36a5038587a2e4800e998549bbae691919b6b346.tar.gz
vers 1.3.1
Diffstat (limited to 'gorm.install')
-rw-r--r--gorm.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/gorm.install b/gorm.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/gorm.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}