summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL30
1 files changed, 1 insertions, 29 deletions
diff --git a/.INSTALL b/.INSTALL
index 592f13d4591f..240370da67d3 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,31 +1,3 @@
-## arg 1: the new package version
-#pre_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-#post_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#pre_upgrade() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#post_upgrade() {
- # do something here
-#}
-
-## arg 1: the old package version
pre_remove() {
- rm -rf /usr/include/terxels.h /usr/lib/libterxels.so
+ sudo rm -rf /usr/include/terxels.h
}
-
-## arg 1: the old package version
-#post_remove() {
- # do something here
-#}