summarylogtreecommitdiffstats
path: root/ted.install
diff options
context:
space:
mode:
authorwillemw122018-06-15 09:07:43 +0200
committerwillemw122018-06-15 09:07:43 +0200
commitd3c05451f1305fe726eaf93440cf475cf0993afb (patch)
tree5dcf392435a482a00c0b8510f2d045cdb7a7989f /ted.install
parenta003973540daa583122a099d563d1e0ace4e2d01 (diff)
downloadaur-d3c05451f1305fe726eaf93440cf475cf0993afb.tar.gz
Use https instead of http. Add inetutils (hostname command). Remove install file. Cleanup tar options.
Diffstat (limited to 'ted.install')
-rw-r--r--ted.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/ted.install b/ted.install
deleted file mode 100644
index f98ba7338938..000000000000
--- a/ted.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}